aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-06-12 15:56:12 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2017-06-12 15:56:12 -0700
commit3d7843629e6a40795a90dca8d7f12923b91b8f07 (patch)
tree821d6c2c497f6fb167f48687c4385d713f11838d /tools
parent8384a4348921dd7f85ba73428100264e8a693250 (diff)
Change flaky test query to not exclude Kokoro results
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py1
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