Skip to content

Commit

Permalink
Disable slow jest tests (#1591)
Browse files Browse the repository at this point in the history
* Disable slow jest tests

* nit
  • Loading branch information
huchenlei authored Nov 19, 2024
1 parent 6fbf124 commit fc9e347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
npm run test:generate
npm run test:generate:examples
npm test -- --verbose
npm run test:jest:fast -- --verbose
working-directory: ComfyUI_frontend

playwright-tests-chromium:
Expand Down

0 comments on commit fc9e347

Please sign in to comment.