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

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

Issue 2834503002: SmoothnessUnitTest/testSmoothness is flaky on linux. (Closed)
Patch Set: Created 3 years, 8 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: tools/perf/measurements/smoothness_unittest.py
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
index 2d7b39b2fac3789022e7947bcfa3df9c6dc6386f..6e0a3d0dc3fe6a12636d8baf2ecb29d62e60298c 100644
--- a/tools/perf/measurements/smoothness_unittest.py
+++ b/tools/perf/measurements/smoothness_unittest.py
@@ -110,7 +110,8 @@ class SmoothnessUnitTest(page_test_test_case.PageTestTestCase):
repr(actual_synthetic_delay))
self.assertEquals(expected_synthetic_delay, actual_synthetic_delay)
- @decorators.Disabled('chromeos') # crbug.com/483212
+ # crbug.com/483212 and crbug.com/713260
+ @decorators.Disabled('chromeos', 'linux')
def testSmoothness(self):
ps = self.CreateStorySetFromFileInUnittestDataDir('scrollable_page.html')
measurement = smoothness.Smoothness()
« 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