mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
Disable jest test on audio_stable_audio_example.flac.json (#966)
* Disable jest test on audio_stable_audio_example.flac.json * nit * nit
This commit is contained in:
@@ -56,6 +56,11 @@ describe('example workflows', () => {
|
|||||||
skip = !!Object.keys(parsedWorkflow?.extra?.groupNodes ?? {}).length
|
skip = !!Object.keys(parsedWorkflow?.extra?.groupNodes ?? {}).length
|
||||||
} catch (error) {}
|
} catch (error) {}
|
||||||
|
|
||||||
|
// https://github.com/comfyanonymous/ComfyUI_examples/issues/40
|
||||||
|
if (file === 'audio_stable_audio_example.flac.json') {
|
||||||
|
skip = true
|
||||||
|
}
|
||||||
|
|
||||||
return { file, workflow, prompt, parsedWorkflow, skip }
|
return { file, workflow, prompt, parsedWorkflow, skip }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user