diff options
Diffstat (limited to 'build.json')
-rw-r--r-- | build.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.json b/build.json index ec48314d26..5144bb74b6 100644 --- a/build.json +++ b/build.json @@ -811,6 +811,7 @@ }, { "name": "census_statistics_multiple_writers_test", + "flaky": true, "build": "test", "language": "c", "src": [ @@ -825,6 +826,7 @@ }, { "name": "census_statistics_performance_test", + "flaky": true, "build": "test", "language": "c", "src": [ @@ -839,6 +841,7 @@ }, { "name": "census_statistics_quick_test", + "flaky": true, "build": "test", "language": "c", "src": [ |