From dd864171770aa72d071957d1783bcf93e443c5c6 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 3 Nov 2024 09:04:18 -0500 Subject: [PATCH] Disable flaky test on missing model download dialog (#1409) --- browser_tests/dialog.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/browser_tests/dialog.spec.ts b/browser_tests/dialog.spec.ts index a4307dcbb2..7a9dedd446 100644 --- a/browser_tests/dialog.spec.ts +++ b/browser_tests/dialog.spec.ts @@ -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