Skip to content

Commit

Permalink
Disable firefox testing on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj authored Oct 22, 2024
1 parent 29b91e3 commit e8e04c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
# --driver=test_driver/integration_test.dart \
# --target=integration_test/webcrypto_test.dart \
# -d chrome
- uses: browser-actions/setup-firefox@v1
- run: flutter pub run test -p vm,chrome,firefox
# TODO: Enable firefox testing on MacOS when it works
- run: flutter pub run test -p vm,chrome
macos-15:
name: webcrypto on macOS 15 desktop / Chrome
runs-on: macos-15 # Test with xcode 16
Expand All @@ -98,8 +98,8 @@ jobs:
- run: flutter test integration_test/webcrypto_test.dart -d macos
working-directory: ./example
# TODO: Enable chromedriver testing on MacOS when it works reliably
- uses: browser-actions/setup-firefox@v1
- run: flutter pub run test -p vm,chrome,firefox
# TODO: Enable firefox testing on MacOS when it works
- run: flutter pub run test -p vm,chrome
windows:
name: webcrypto on Windows desktop / Chrome / Firefox
runs-on: windows-latest
Expand Down

0 comments on commit e8e04c6

Please sign in to comment.