[Test] Disable Chromium2x tests (#465)

This commit is contained in:
Chenlei Hu
2025-02-04 14:16:12 -08:00
committed by GitHub
parent a5a9ce223d
commit 1728e4c6f0

View File

@@ -96,7 +96,7 @@ jobs:
working-directory: ComfyUI_frontend
- name: Run Playwright tests
run: npx playwright test
run: npx playwright test --project=chromium
working-directory: ComfyUI_frontend
- uses: actions/upload-artifact@v4