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

Unified Diff: tools/telemetry/telemetry/core/tracing_controller_unittest.py

Issue 1556583003: [Telemetry] Disable tracing related tests on win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/tracing_controller_unittest.py
diff --git a/tools/telemetry/telemetry/core/tracing_controller_unittest.py b/tools/telemetry/telemetry/core/tracing_controller_unittest.py
index f150468b9270016b4ccb24fba986b416fafbf93e..d524061ebd40b6152135031ea37f3b8c35f1eb57 100644
--- a/tools/telemetry/telemetry/core/tracing_controller_unittest.py
+++ b/tools/telemetry/telemetry/core/tracing_controller_unittest.py
@@ -127,7 +127,8 @@ class TracingControllerTest(tab_test_case.TabTestCase):
def testStartupTracingOnAndroid(self):
self._StartupTracing(self._browser.platform)
- @decorators.Enabled('linux', 'mac', 'win')
+ # Not enabled on win because of crbug.com/570955
+ @decorators.Enabled('linux', 'mac')
@decorators.Isolated
def testStartupTracingOnDesktop(self):
self._StartupTracing(platform_module.GetHostPlatform())
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698