mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-30 21:09:53 +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
|
||||
} 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 }
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user