| Index: tools/telemetry/telemetry/page/actions/scroll_unittest.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/scroll_unittest.py b/tools/telemetry/telemetry/page/actions/scroll_unittest.py
|
| index 0662fe6b92498fe59a02c136b035e48e4c2f84d9..85b35f1c6800194e0d0d03a4d422d7bb5c298f7e 100644
|
| --- a/tools/telemetry/telemetry/page/actions/scroll_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/actions/scroll_unittest.py
|
| @@ -4,13 +4,13 @@
|
|
|
| import os
|
|
|
| +from telemetry import decorators
|
| from telemetry.page.actions import scroll
|
| from telemetry.unittest_util import tab_test_case
|
| -from telemetry.unittest_util import test
|
|
|
|
|
| class ScrollActionTest(tab_test_case.TabTestCase):
|
| - @test.Disabled # Disabled due to flakiness: crbug.com/330544
|
| + @decorators.Disabled # Disabled due to flakiness: crbug.com/330544
|
| def testScrollAction(self):
|
| self.Navigate('blank.html')
|
|
|
|
|