Skip to content

Commit 6e0abbc

Browse files
authored
Disable wasm runner for now (#3478)
1 parent 2044293 commit 6e0abbc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,10 @@ jobs:
4343
os: windows
4444
- target: js
4545
os: ubuntu
46-
- target: wasm
47-
os: ubuntu
4846
exclude:
49-
# Flutter WASM tests don't compile on beta currently.
50-
# We can re-enable when it is fixed by Flutter.
51-
# https://github.com/getsentry/sentry-dart/pull/3003
47+
# Flutter WASM tests don't compile on beta currently and hangs on stable.
48+
# https://github.com/getsentry/sentry-dart/issues/3477
5249
- target: wasm
53-
sdk: beta
5450

5551
steps:
5652
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)