Skip to content

Commit

Permalink
Disable flaky test on missing model download dialog (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Nov 3, 2024
1 parent 1366c8c commit dd86417
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion browser_tests/dialog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ test.describe('Missing models warning', () => {
}, comfyPage.url)
})

test('Should display a warning when missing models are found', async ({
// Flaky test after parallelization
// https://github.com/Comfy-Org/ComfyUI_frontend/pull/1400
test.skip('Should display a warning when missing models are found', async ({
comfyPage
}) => {
// The fake_model.safetensors is served by
Expand Down

0 comments on commit dd86417

Please sign in to comment.