| 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()
|
|
|