Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: telemetry/telemetry/page/page_run_end_to_end_unittest.py

Issue 3012103003: Disable testWebPageReplay on chromeos. (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/page/page_run_end_to_end_unittest.py
diff --git a/telemetry/telemetry/page/page_run_end_to_end_unittest.py b/telemetry/telemetry/page/page_run_end_to_end_unittest.py
index f6ad3915cbe2f0402e653afe4149bf405e77c0e9..465e31a606a53df601d9f82f96eb338110690edf 100644
--- a/telemetry/telemetry/page/page_run_end_to_end_unittest.py
+++ b/telemetry/telemetry/page/page_run_end_to_end_unittest.py
@@ -571,6 +571,7 @@ class ActualPageRunEndToEndTests(unittest.TestCase):
self.assertEquals(2, len(results.failures)) # max_failures + 1
self.assertFormattedExceptionIsEmpty()
+ @decorators.Disabled('chromeos') # crbug.com/762819
def testWebPageReplay(self):
story_set = example_domain.ExampleDomainPageSet()
body = []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698