Commit 2df09628 authored by Yao Xiao's avatar Yao Xiao Committed by Commit Bot

Disable flaky test: *NetworkIsolationKeyReusedForBackNavigation*

TBR=avi@chromium.org

Bug: 1024033

Change-Id: I257af8db8aa8951486c69bfe02078a0da303ee51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913123
Auto-Submit: Yao Xiao <yaoxia@chromium.org>
Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Reviewed-by: default avatarYao Xiao <yaoxia@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715065}
parent 0f91b110
...@@ -531,13 +531,10 @@ using ViewSourceWithSplitCacheEnabledTest = ViewSourceWithSplitCacheTest; ...@@ -531,13 +531,10 @@ using ViewSourceWithSplitCacheEnabledTest = ViewSourceWithSplitCacheTest;
// In the end, the test checks whether the back navigation request resource // In the end, the test checks whether the back navigation request resource
// exists in the cache. |exists_in_cache == true| implies the top_frame_origin // exists in the cache. |exists_in_cache == true| implies the top_frame_origin
// of the network isolation key is a.com (reused). // of the network isolation key is a.com (reused).
//
// Flaky. http://crbug.com/1024033
IN_PROC_BROWSER_TEST_P(ViewSourceWithSplitCacheEnabledTest, IN_PROC_BROWSER_TEST_P(ViewSourceWithSplitCacheEnabledTest,
NetworkIsolationKeyReusedForBackNavigation) { DISABLED_NetworkIsolationKeyReusedForBackNavigation) {
if (!GetParam()) {
// Flaky in /0 variant: https://crbug.com/1024033.
return;
}
content::SetupCrossSiteRedirector(embedded_test_server()); content::SetupCrossSiteRedirector(embedded_test_server());
ASSERT_TRUE(embedded_test_server()->Start()); ASSERT_TRUE(embedded_test_server()->Start());
......
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