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

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

Issue 961753002: Disable flaky InspectorNetworkTabTest.testHTTPResponseTimelineRecorder on linux. (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 af94122c36356a5692434e03cad6f4d08263615e..f440c7ce799029e62a75b895addaa9d1f196aee0 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
@@ -28,7 +28,7 @@ class InspectorNetworkTabTest(tab_test_case.TabTestCase):
return self._tab.timeline_model.GetAllEventsOfName('HTTPResponse')
# crbug.com/449979, crbug.com/452279, crbug.com/455269
- @decorators.Disabled('mac', 'android', 'win')
+ @decorators.Disabled('mac', 'android', 'win', 'linux')
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