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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome_inspector/inspector_network_unittest.py

Issue 898903003: Disable flaky telemetry_unittest - InspectorNetworkTabTest.testHTTPResponseTimelineRecorder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: tools/telemetry/telemetry/core/backends/chrome_inspector/inspector_network_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome_inspector/inspector_network_unittest.py b/tools/telemetry/telemetry/core/backends/chrome_inspector/inspector_network_unittest.py
index 9c503a0f0b0b9bc07c83f3cd6d68d13843caa77b..af94122c36356a5692434e03cad6f4d08263615e 100644
--- a/tools/telemetry/telemetry/core/backends/chrome_inspector/inspector_network_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome_inspector/inspector_network_unittest.py
@@ -27,7 +27,8 @@ class InspectorNetworkTabTest(tab_test_case.TabTestCase):
self.assertTrue(self._tab.timeline_model)
return self._tab.timeline_model.GetAllEventsOfName('HTTPResponse')
- @decorators.Disabled('mac', 'android') # crbug.com/449979, crbug.com/452279
+ # crbug.com/449979, crbug.com/452279, crbug.com/455269
+ @decorators.Disabled('mac', 'android', 'win')
def testHTTPResponseTimelineRecorder(self):
tests = {
'blank.html': InspectorNetworkTabTest.TestCase(responses_count=1),
« 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