We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb4eeb commit 354d1cfCopy full SHA for 354d1cf
.github/workflows/ci.yml
@@ -762,8 +762,6 @@ jobs:
762
run: pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
763
764
- name: Playwright E2E Qwik React Tests
765
- # This just fails constantly on Windows due to weird segfaults
766
- if: matrix.settings.host != 'windows-latest'
767
run: pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
768
769
- name: CLI E2E Tests
0 commit comments