Skip to content

Commit ecb0d74

Browse files
authored
Temporarily disable Dart dev channel tests (#243)
The `waitFor()` function has been prematurely disabled.
1 parent 36c75b7 commit ecb0d74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222
dart_channel: [stable]
23-
include: [{os: ubuntu-latest, dart_channel: dev}]
23+
# TODO(nweiz): Re-enable this when
24+
# https://github.com/dart-lang/sdk/issues/52121#issuecomment-1728534228
25+
# is addressed.
26+
# include: [{os: ubuntu-latest, dart_channel: dev}]
2427

2528
steps:
2629
- if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)