From 768faeee7e780542f3d97078a683cc21934afc37 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Tue, 27 May 2025 21:03:49 +1000 Subject: [PATCH] [Test] Disable flaky test (#3994) --- browser_tests/tests/templates.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/browser_tests/tests/templates.spec.ts b/browser_tests/tests/templates.spec.ts index c40529740..f2c2e2bb5 100644 --- a/browser_tests/tests/templates.spec.ts +++ b/browser_tests/tests/templates.spec.ts @@ -32,7 +32,9 @@ test.describe('Templates', () => { } }) - test('should have all required thumbnail media for each template', async ({ + // TODO: Re-enable this test once issue resolved + // https://github.com/Comfy-Org/ComfyUI_frontend/issues/3992 + test.skip('should have all required thumbnail media for each template', async ({ comfyPage }) => { test.slow()