Change flaky test query to not exclude Kokoro results

pull/11477/head
Matt Kwong 8 years ago
parent 8384a43489
commit 3d7843629e
  1. 1
      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

Loading…
Cancel
Save