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

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

Issue 669993002: Disable InspectorNetworkTabTest.testCacheableHTTPResponse on account of flakes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_network_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/inspector_network_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/inspector_network_unittest.py
index 7e8a4920917a1f1ce7d19bf7ffd44f15c72561fe..b7165b503cbfc8e2ff400fe3a8fc20fc6d354350 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/inspector_network_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/inspector_network_unittest.py
@@ -1,6 +1,8 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
+from telemetry import benchmark
from telemetry.core.backends.chrome import inspector_network
from telemetry.timeline import recording_options
from telemetry.unittest import tab_test_case
@@ -67,6 +69,9 @@ class InspectorNetworkTabTest(tab_test_case.TabTestCase):
self.assertFalse('<!DOCTYPE HTML>' in body)
self.assertTrue(base64_encoded)
+ # Flaky on many platforms (at least Win, Linux, and Mac).
+ # http://crbug.com/424706
+ @benchmark.Disabled
def testCacheableHTTPResponse(self):
# We know this page has one PNG image and its cacheable.
events = self._NavigateAndGetHTTPResponseEvents('image_decoding.html')
« 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