From da651eee6fa77a34f367eeca9c37409dd6e50ec4 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 25 Sep 2024 11:41:11 +0900 Subject: [PATCH] Disable broken playwright test by backend change (#967) --- browser_tests/dialog.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser_tests/dialog.spec.ts b/browser_tests/dialog.spec.ts index 66bc89bda..a74264f10 100644 --- a/browser_tests/dialog.spec.ts +++ b/browser_tests/dialog.spec.ts @@ -81,7 +81,8 @@ test.describe('Missing models warning', () => { ]) }) - test('Should display a warning when missing models are found', async ({ + // Regressed by https://github.com/comfyanonymous/ComfyUI/pull/4981 + test.skip('Should display a warning when missing models are found', async ({ comfyPage }) => { await comfyPage.setSetting('Comfy.Workflow.ShowMissingModelsWarning', true)