Skip to content

Commit

Permalink
Add 'Error loading page' case for validating correctness of test-perf…
Browse files Browse the repository at this point in the history
… data.
  • Loading branch information
Alan Jeffrey committed Nov 15, 2017
1 parent 40adc3f commit b845d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/performance/runner.py
Expand Up @@ -127,7 +127,7 @@ def parse_block(block):
def valid_timing(timing, url=None):
if (timing is None or
testcase is None or
timing.get('title') == 'Error response' or
timing.get('title') == 'Error loading page' or
timing.get('testcase') != url):
return False
else:
Expand Down

0 comments on commit b845d44

Please sign in to comment.