We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3865e54 commit 08a0469Copy full SHA for 08a0469
browser_tests/tests/templates.spec.ts
@@ -32,7 +32,9 @@ test.describe('Templates', () => {
32
}
33
})
34
35
- test('should have all required thumbnail media for each template', async ({
+ // 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 ({
38
comfyPage
39
}) => {
40
test.slow()
0 commit comments