diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-04-24 19:58:12 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-04-24 19:58:12 +0200 |
commit | 436f964a8051f440d4bc7ac85cc4198feb9ea7d1 (patch) | |
tree | 467427d0029b97719474892bf0bf1dab12fa2148 /tools | |
parent | fdcd07bf2ba3c72938fc27ba2163d598f48fec2c (diff) |
Flagging a few census tests as flaky.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index c1bd1559ca..68b22d7311 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -65,7 +65,7 @@ ] }, { - "flaky": false, + "flaky": true, "language": "c", "name": "census_statistics_multiple_writers_test", "platforms": [ @@ -74,7 +74,7 @@ ] }, { - "flaky": false, + "flaky": true, "language": "c", "name": "census_statistics_performance_test", "platforms": [ @@ -83,7 +83,7 @@ ] }, { - "flaky": false, + "flaky": true, "language": "c", "name": "census_statistics_quick_test", "platforms": [ |