Index: tools/perf/measurements/smoothness_unittest.py |
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py |
index 6e0a3d0dc3fe6a12636d8baf2ecb29d62e60298c..3d88127069aa7db57f3ba566e4c27cffab95af16 100644 |
--- a/tools/perf/measurements/smoothness_unittest.py |
+++ b/tools/perf/measurements/smoothness_unittest.py |
@@ -110,8 +110,8 @@ class SmoothnessUnitTest(page_test_test_case.PageTestTestCase): |
repr(actual_synthetic_delay)) |
self.assertEquals(expected_synthetic_delay, actual_synthetic_delay) |
- # crbug.com/483212 and crbug.com/713260 |
- @decorators.Disabled('chromeos', 'linux') |
+ # crbug.com/483212 |
+ @decorators.Disabled('chromeos') |
def testSmoothness(self): |
ps = self.CreateStorySetFromFileInUnittestDataDir('scrollable_page.html') |
measurement = smoothness.Smoothness() |