diff options
author | Craig Tiller <ctiller@google.com> | 2015-03-02 10:05:10 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-03-02 10:05:10 -0800 |
commit | 45115845cc116022647e62b2e7627b261a6c4f4b (patch) | |
tree | aa15bd0fd9a76a5a60507e5bd3c8fe9f8dc867de /tools/run_tests | |
parent | 1a138c34ed6da4203317b430a126e7231abca820 (diff) |
Mark fling_*test non-flaky
Also, make the flaky: tag a little more visible in build.json
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 772856b9c7..06bf58f93e 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -102,12 +102,12 @@ "name": "fd_posix_test" }, { - "flaky": true, + "flaky": false, "language": "c", "name": "fling_stream_test" }, { - "flaky": true, + "flaky": false, "language": "c", "name": "fling_test" }, |