Disable broken playwright test by backend change (#967)

This commit is contained in:
Chenlei Hu
2024-09-25 11:41:11 +09:00
committed by GitHub
parent eed00f97f9
commit da651eee6f

View File

@@ -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)