Commit ba1acbb6 authored by grt's avatar grt Committed by Commit bot

Disable InspectorNetworkTabTest.testCacheableHTTPResponse on account of flakes.

BUG=424706
TBR=bolian@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/669993002

Cr-Commit-Position: refs/heads/master@{#300585}
parent c62e2eeb
# Copyright 2014 The Chromium Authors. All rights reserved. # Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
from telemetry import benchmark
from telemetry.core.backends.chrome import inspector_network from telemetry.core.backends.chrome import inspector_network
from telemetry.timeline import recording_options from telemetry.timeline import recording_options
from telemetry.unittest import tab_test_case from telemetry.unittest import tab_test_case
...@@ -67,6 +69,9 @@ class InspectorNetworkTabTest(tab_test_case.TabTestCase): ...@@ -67,6 +69,9 @@ class InspectorNetworkTabTest(tab_test_case.TabTestCase):
self.assertFalse('<!DOCTYPE HTML>' in body) self.assertFalse('<!DOCTYPE HTML>' in body)
self.assertTrue(base64_encoded) self.assertTrue(base64_encoded)
# Flaky on many platforms (at least Win, Linux, and Mac).
# http://crbug.com/424706
@benchmark.Disabled
def testCacheableHTTPResponse(self): def testCacheableHTTPResponse(self):
# We know this page has one PNG image and its cacheable. # We know this page has one PNG image and its cacheable.
events = self._NavigateAndGetHTTPResponseEvents('image_decoding.html') events = self._NavigateAndGetHTTPResponseEvents('image_decoding.html')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment