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

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

Issue 997193002: [Telemetry] Make chrome_tracing_agent state more resilient to tracing exception. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « tools/telemetry/telemetry/core/platform/tracing_agent/chrome_tracing_agent_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform/tracing_controller_unittest.py
diff --git a/tools/telemetry/telemetry/core/platform/tracing_controller_unittest.py b/tools/telemetry/telemetry/core/platform/tracing_controller_unittest.py
index 9730794dfa579fa176c8957f50b80c341b89be7f..bf2943189fe4c4f23b1aa4efc863339daa4b7316 100644
--- a/tools/telemetry/telemetry/core/platform/tracing_controller_unittest.py
+++ b/tools/telemetry/telemetry/core/platform/tracing_controller_unittest.py
@@ -8,8 +8,7 @@ from telemetry.core.platform import tracing_options
from telemetry.unittest_util import tab_test_case
class TracingControllerTest(tab_test_case.TabTestCase):
- # Disabled due to http://crbug.com/459807
- @decorators.Disabled
+
@decorators.Isolated
def testModifiedConsoleTime(self):
category_filter = tracing_category_filter.TracingCategoryFilter()
« no previous file with comments | « tools/telemetry/telemetry/core/platform/tracing_agent/chrome_tracing_agent_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698