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

Unified Diff: telemetry/telemetry/internal/util/webpagereplay_go_server_unittest.py

Issue 2985313002: Disable testSmokeStartingWebPageReplayGoServer on chromeos. (Closed)
Patch Set: Created 3 years, 5 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/util/webpagereplay_go_server_unittest.py
diff --git a/telemetry/telemetry/internal/util/webpagereplay_go_server_unittest.py b/telemetry/telemetry/internal/util/webpagereplay_go_server_unittest.py
index 8d66d58a8ae28cf52d19e9d1a9efa726222e5e01..41e51e1b264ff72452314a540a0f8c24e9f40e8c 100644
--- a/telemetry/telemetry/internal/util/webpagereplay_go_server_unittest.py
+++ b/telemetry/telemetry/internal/util/webpagereplay_go_server_unittest.py
@@ -7,6 +7,7 @@ import urllib2
import py_utils
+from telemetry import decorators
from telemetry.internal.util import binary_manager
from telemetry.internal.util import webpagereplay_go_server
@@ -19,6 +20,7 @@ class WebPageReplayGoServerTest(unittest.TestCase):
py_utils.GetHostArchName(),
py_utils.GetHostOsName())
xunjieli 2017/07/28 21:42:03 Can you also modify this to point to linux? I know
+ @decorators.Disabled('chromeos') # crbug.com/750323
def testSmokeStartingWebPageReplayGoServer(self):
with webpagereplay_go_server.ReplayServer(
self.archive_path, replay_host='127.0.0.1', http_port=0, https_port=0,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698