Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: tools/telemetry/telemetry/page/actions/scroll_unittest.py

Issue 797003002: Replaced @benchmark.Enabled/Disabled and @test.Enabled/Disabled with @decorators.Enabled/Disabled i… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed some bad imports Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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')
« no previous file with comments | « tools/telemetry/telemetry/page/actions/action_runner_unittest.py ('k') | tools/telemetry/telemetry/page/page_test_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698