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:
Chenlei Hu
2024-09-25 11:33:23 +09:00
committed by GitHub
parent 2387a5e9bd
commit eed00f97f9

View File

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