Commit 31217030 authored by Matt Giuca's avatar Matt Giuca Committed by Commit Bot

SystemHealthSmokeTest: Fixed disable message typo.

Bug: 726439
Change-Id: Ia688e6b35c33e48353d371476991c35559eb1b7d
Reviewed-on: https://chromium-review.googlesource.com/516865Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: Matt Giuca <mgiuca@chromium.org>
Cr-Commit-Position: refs/heads/master@{#475776}
parent 4cd0a93b
...@@ -98,7 +98,7 @@ def _GenerateSmokeTestCase(benchmark_class, story_to_smoke_test): ...@@ -98,7 +98,7 @@ def _GenerateSmokeTestCase(benchmark_class, story_to_smoke_test):
self.skipTest('Benchmark %s is disabled' % SinglePageBenchmark.Name()) self.skipTest('Benchmark %s is disabled' % SinglePageBenchmark.Name())
if self.id() in _DISABLED_TESTS: if self.id() in _DISABLED_TESTS:
self.skipTest('Test is explictly disabled') self.skipTest('Test is explicitly disabled')
self.assertEqual(0, SinglePageBenchmark().Run(options), self.assertEqual(0, SinglePageBenchmark().Run(options),
msg='Failed: %s' % benchmark_class) msg='Failed: %s' % benchmark_class)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment