From e48f64f2dfc43109e7c3dec5db7a5feb26ead675 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Thu, 1 Apr 2021 11:34:06 -0700 Subject: [PATCH] Mark integration_test_test as flaky (#79561) --- dev/prod_builders.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/prod_builders.json b/dev/prod_builders.json index 4239ea49a1..429d963475 100644 --- a/dev/prod_builders.json +++ b/dev/prod_builders.json @@ -730,7 +730,7 @@ "name": "Mac_android integration_test_test", "repo": "flutter", "task_name": "mac_android_integration_test_test", - "flaky": false + "flaky": true }, { "name": "Mac_android microbenchmarks", @@ -1072,7 +1072,7 @@ "name": "Mac_ios integration_test_test_ios", "repo": "flutter", "task_name": "mac_ios_integration_test_test_ios", - "flaky": false + "flaky": true }, { "name": "Mac_ios ios_app_with_extensions_test",