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 Oct 30, 2024
1 parent c88c39b commit d8664c1
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 @@ -97,8 +97,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
Expand All @@ -109,8 +109,10 @@ jobs:
- name: Run WASM integration tests in Firefox
run: wasm-pack test --headless --firefox

- name: Run WASM integration tests in Safari
run: wasm-pack test --headless --safari
# Safari WASM tests not working, reason unclear
# https://github.com/pemistahl/lingua-rs/actions/runs/11589770729/job/32266301968#step:9:28
#- name: Run WASM integration tests in Safari
# run: wasm-pack test --headless --safari

coverage-report:
name: Coverage Report
Expand Down

0 comments on commit d8664c1

Please sign in to comment.