aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Matt Kwong <matt-kwong@users.noreply.github.com>2017-06-14 11:55:05 -0700
committerGravatar GitHub <noreply@github.com>2017-06-14 11:55:05 -0700
commitbe32189087794f802903028fc80d13c5362b8c27 (patch)
treeb5da67784a070ca19f8adae06802092a6a265119 /tools
parent351506688d0afaa3d03764b6d2445c33eb1592a4 (diff)
parent3d7843629e6a40795a90dca8d7f12923b91b8f07 (diff)
Merge pull request #11477 from matt-kwong/query
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 a0d84ea9f0..5f018200e4 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