| Index: tools/perf/measurements/repaint_unittest.py
|
| diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/measurements/repaint_unittest.py
|
| index de972381870d0083cb01109bad5a4a8b319f6668..26989a927654a8bd637b88f8e4263d82c121b57d 100644
|
| --- a/tools/perf/measurements/repaint_unittest.py
|
| +++ b/tools/perf/measurements/repaint_unittest.py
|
| @@ -34,7 +34,7 @@ class RepaintUnitTest(
|
| self._options = options_for_unittests.GetCopy()
|
| self._options.browser_options.wpr_mode = wpr_modes.WPR_OFF
|
|
|
| - @test.Disabled('android')
|
| + @test.Disabled # http://crbug.com/368767
|
| def testRepaint(self):
|
| ps = self.CreateEmptyPageSet()
|
| ps.AddPage(TestRepaintPage(ps, ps.base_dir))
|
|
|