diff options
author | Matt Kwong <mattkwong@google.com> | 2017-06-12 15:56:12 -0700 |
---|---|---|
committer | Matt Kwong <mattkwong@google.com> | 2017-06-12 15:56:12 -0700 |
commit | 3d7843629e6a40795a90dca8d7f12923b91b8f07 (patch) | |
tree | 821d6c2c497f6fb167f48687c4385d713f11838d /tools/run_tests | |
parent | 8384a4348921dd7f85ba73428100264e8a693250 (diff) |
Change flaky test query to not exclude Kokoro results
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 35fe42c6b7..21d37cc8fe 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -83,7 +83,6 @@ def get_flaky_tests(limit=None): WHERE timestamp >= DATE_ADD(DATE(CURRENT_TIMESTAMP()), -1, "WEEK") AND NOT REGEXP_MATCH(job_name, '.*portability.*') - AND REGEXP_MATCH(job_name, '.*master.*') GROUP BY test_name HAVING |