Merge pull request #11477 from matt-kwong/query

Change flaky test query to not exclude Kokoro results
pull/11497/head
Matt Kwong 8 years ago committed by GitHub
commit be32189087
  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