diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-02-28 10:17:55 -0800 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-02-28 10:17:55 -0800 |
commit | 0c84e3c4e68ba9c480074387fadf40fb9b8da873 (patch) | |
tree | a2c5270374f1386b2d92695c5bb1fac14e869a90 /tools | |
parent | 4251ba4045b63ed1d863b99855968f08ebd0d46c (diff) | |
parent | bf01d4f69cedd80ed5668c7f41540d7b5365134c (diff) |
Merge pull request #886 from ctiller/asan2
Omit some tests, speed up others, prepare for ASAN
Diffstat (limited to 'tools')
-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 f84bd9dac9..772856b9c7 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -32,7 +32,7 @@ "name": "census_hash_table_test" }, { - "flaky": false, + "flaky": true, "language": "c", "name": "census_statistics_multiple_writers_circular_buffer_test" }, @@ -52,7 +52,7 @@ "name": "census_statistics_quick_test" }, { - "flaky": false, + "flaky": true, "language": "c", "name": "census_statistics_small_log_test" }, |