Skip to content

Commit 9383ec7

Browse files
author
Jonah Williams
authored
mark flaky tests as flaky (flutter#69633)
1 parent 01c07e1 commit 9383ec7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/prod_builders.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@
160160
"name": "Mac build_ios_framework_module_test",
161161
"repo": "flutter",
162162
"task_name": "mac_build_ios_framework_module_test",
163-
"flaky": false
163+
"flaky": true
164164
},
165165
{
166166
"name": "Mac build_tests",
167167
"repo": "flutter",
168168
"task_name": "mac_build_tests",
169-
"flaky": false
169+
"flaky": true
170170
},
171171
{
172172
"name": "Mac build_gallery",

packages/flutter_tools/test/integration.shard/hot_reload_web_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void main() {
4444
project.uncommentHotReloadPrint();
4545
try {
4646
await flutter.hotRestart();
47-
await completer.future;
47+
await completer.future.timeout(const Duration(seconds: 15));
4848
} finally {
4949
await subscription.cancel();
5050
}
@@ -62,7 +62,7 @@ void main() {
6262
project.uncommentHotReloadPrint();
6363
try {
6464
await flutter.hotRestart();
65-
await completer.future;
65+
await completer.future.timeout(const Duration(seconds: 15));
6666
} finally {
6767
await subscription.cancel();
6868
}

0 commit comments

Comments
 (0)