Skip to content

Commit 99d4870

Browse files
authored
Update flutter_test.yml (#3244)
1 parent 207dda9 commit 99d4870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flutter_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ jobs:
177177
strategy:
178178
fail-fast: false
179179
matrix:
180-
sdk: ['stable', 'beta']
180+
# Temporarily disable beta because the job run is flaky
181+
sdk: ['stable']
181182
steps:
182183
- name: checkout
183184
uses: actions/checkout@v5

0 commit comments

Comments
 (0)