Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,10 @@ jobs:
os: windows
- target: js
os: ubuntu
- target: wasm
os: ubuntu
exclude:
# Flutter WASM tests don't compile on beta currently.
# We can re-enable when it is fixed by Flutter.
# https://github.com/getsentry/sentry-dart/pull/3003
# Flutter WASM tests don't compile on beta currently and hangs on stable.
# https://github.com/getsentry/sentry-dart/issues/3477
- target: wasm
sdk: beta

steps:
- uses: actions/checkout@v6
Expand Down