Skip to content

Commit

Permalink
Disable jest test on audio_stable_audio_example.flac.json (#966)
Browse files Browse the repository at this point in the history
* Disable jest test on audio_stable_audio_example.flac.json

* nit

* nit
  • Loading branch information
huchenlei committed Sep 25, 2024
1 parent 2387a5e commit eed00f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests-ui/tests/exampleWorkflows.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
})

Expand Down

0 comments on commit eed00f9

Please sign in to comment.