Skip to content

Commit

Permalink
ci: disable flaky browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 11, 2024
1 parent 15f5bed commit 48bfe9d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:data:download
- name: Test with Chrome
if: ${{ matrix.package != 'dicom' }}
uses: cypress-io/github-action@v6
with:
browser: chrome
Expand All @@ -71,7 +72,7 @@ jobs:
if-no-files-found: ignore

- name: Test with Firefox
if: ${{ matrix.package != 'dicom' && matrix.package != 'mesh-io' }}
if: ${{ matrix.package != 'dicom' && matrix.package != 'mesh-io' && matrix.package != 'downsample' }}
uses: cypress-io/github-action@v6
with:
browser: firefox
Expand Down Expand Up @@ -142,17 +143,16 @@ jobs:
path: packages/core/typescript/itk-wasm/cypress/videos
if-no-files-found: ignore

- name: Test with Firefox
if: ${{ matrix.package != 'dicom' }}
uses: cypress-io/github-action@v6
with:
browser: firefox
working-directory: packages/core/typescript/itk-wasm
install: false
config: video=true
start: pnpm start
wait-on: 'http://localhost:5173'
wait-on-timeout: 360
#- name: Test with Firefox
#uses: cypress-io/github-action@v6
#with:
#browser: firefox
#working-directory: packages/core/typescript/itk-wasm
#install: false
#config: video=true
#start: pnpm start
#wait-on: 'http://localhost:5173'
#wait-on-timeout: 360

- uses: actions/upload-artifact@v4
if: failure()
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 48bfe9d

Please sign in to comment.