Skip to content

Commit 08a0469

Browse files
committed
[Test] Disable flaky test (#3994)
1 parent 3865e54 commit 08a0469

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

browser_tests/tests/templates.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ test.describe('Templates', () => {
3232
}
3333
})
3434

35-
test('should have all required thumbnail media for each template', async ({
35+
// TODO: Re-enable this test once issue resolved
36+
// https://github.com/Comfy-Org/ComfyUI_frontend/issues/3992
37+
test.skip('should have all required thumbnail media for each template', async ({
3638
comfyPage
3739
}) => {
3840
test.slow()

0 commit comments

Comments
 (0)