Commit dbef7753 authored by Matt Menke's avatar Matt Menke Committed by Commit Bot

Disable NetworkContextConfigurationBrowserTest.DnsCacheIsolation.

It's flaky, for reasons unknown.  Disable it until I can figure out the
problem.  Disabling instead of reverting to CL that disabled it
because the way it's failing indicates it's a test issue, rather than
an issue with the code landed with the test.

TBR=ericorth@chromium.org

Bug: 1042354
Change-Id: I10c2b7c496da9f22726a622be2db932bcb1bef85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028264Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736515}
parent caea1b5d
......@@ -1121,7 +1121,7 @@ IN_PROC_BROWSER_TEST_P(NetworkContextConfigurationBrowserTest, DiskCache) {
// Make sure that NetworkContexts have separate DNS caches.
IN_PROC_BROWSER_TEST_P(NetworkContextConfigurationBrowserTest,
DnsCacheIsolation) {
DISABLED_DnsCacheIsolation) {
net::NetworkIsolationKey network_isolation_key =
net::NetworkIsolationKey::CreateTransient();
net::HostPortPair host_port_pair(kHostname, 0);
......
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