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