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

Unified Diff: tools/perf/measurements/smoothness_unittest.py

Issue 508363002: Disable failing tests on chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: tools/perf/measurements/smoothness_unittest.py
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
index e9fdd26f0e8cdcf0d6f7b029d6f84f173c22f1bd..3075d4ec40ac85db683ddb89a4e77cd5a7142fc0 100644
--- a/tools/perf/measurements/smoothness_unittest.py
+++ b/tools/perf/measurements/smoothness_unittest.py
@@ -127,7 +127,7 @@ class SmoothnessUnitTest(page_test_test_case.PageTestTestCase):
self.assertGreater(
mean_input_event_latency[0].GetRepresentativeNumber(), 0)
- @test.Disabled('mac') # http://crbug.com/403903
+ @test.Disabled('mac', 'chromeos') # http://crbug.com/403903
def testSmoothnessForPageWithNoGesture(self):
ps = self.CreateEmptyPageSet()
ps.AddPage(AnimatedPage(ps))

Powered by Google App Engine
This is Rietveld 408576698