Skip to content

Commit 0b322a2

Browse files
Roll Flutter master to 2d9977c14ebe (#9402)
Rolls Flutter master version to 2d9977c14ebe9f181c99b00ffe2b632116f70099 flutter/flutter@7e30df2...2d9977c Disables wasm Dart unit test shards due to flutter/flutter#170433
1 parent 2dad181 commit 0b322a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ targets:
247247
248248
# Wasm unit tests in master
249249
- name: Linux_web web_dart_unit_test_wasm_shard_1 master
250+
# Broken on master. See flutter/flutter#170433 and
251+
# flutter/flutter#170434
252+
bringup: true
250253
recipe: packages/packages
251254
timeout: 60
252255
properties:
@@ -262,6 +265,9 @@ targets:
262265
}
263266
264267
- name: Linux_web web_dart_unit_test_wasm_shard_2 master
268+
# Broken on master. See flutter/flutter#170433 and
269+
# flutter/flutter#170434
270+
bringup: true
265271
recipe: packages/packages
266272
timeout: 60
267273
properties:

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7e30df2225f65141e0227e424986311b79d39505
1+
2d9977c14ebe9f181c99b00ffe2b632116f70099

0 commit comments

Comments
 (0)