Skip to content

Commit

Permalink
Disable WASM tests in Safari due to weird issues with Safari driver
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Dec 3, 2024
1 parent c141e83 commit e160ade
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
brew install --cask firefox
brew install geckodriver
- name: Enable Safari web driver
run: sudo safaridriver --enable
#- name: Enable Safari web driver
# run: sudo safaridriver --enable

- name: Run WASM integration tests on NodeJS
run: wasm-pack test --node -- --no-default-features
Expand All @@ -114,8 +114,10 @@ jobs:
- name: Run WASM integration tests in Firefox
run: wasm-pack test --headless --firefox -- --no-default-features

- name: Run WASM integration tests in Safari
run: wasm-pack test --headless --safari -- --no-default-features
# Safari WASM tests not working, reason unclear
# https://github.com/pemistahl/grex/actions/runs/12146729784/job/33871544034#step:9:30
#- name: Run WASM integration tests in Safari
# run: wasm-pack test --headless --safari -- --no-default-features

coverage-report:
name: Coverage Report
Expand Down

0 comments on commit e160ade

Please sign in to comment.