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

Unified Diff: tools/telemetry/telemetry/page/page_test_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/page_test_unittest.py
diff --git a/tools/telemetry/telemetry/page/page_test_unittest.py b/tools/telemetry/telemetry/page/page_test_unittest.py
index 0683d08333eeb0e22f4f237d704ba6c599441e22..4bad7b06c276c17c4797981ff6cb48a434876876 100644
--- a/tools/telemetry/telemetry/page/page_test_unittest.py
+++ b/tools/telemetry/telemetry/page/page_test_unittest.py
@@ -5,7 +5,7 @@
import json
import os
-from telemetry import benchmark
+from telemetry import decorators
from telemetry.core import exceptions
from telemetry.core import wpr_modes
from telemetry.page import page as page_module
@@ -89,7 +89,7 @@ class PageTestUnitTest(page_test_test_case.PageTestTestCase):
# This test is disabled because it runs against live sites, and needs to be
# fixed. crbug.com/179038
- @benchmark.Disabled
+ @decorators.Disabled
def testRecordAndReplay(self):
test_archive = '/tmp/google.wpr'
google_url = 'http://www.google.com/'
« no previous file with comments | « tools/telemetry/telemetry/page/actions/scroll_unittest.py ('k') | tools/telemetry/telemetry/unittest_util/disabled_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698