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)