Commit bf30fb05 authored by Christian Dullweber's avatar Christian Dullweber Committed by Commit Bot

Disable flaky DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2

The test is flaky on Linux and ChromeOS

Tbr: arthursonzogni@chromium.org
Bug: 796135
Change-Id: I39b8d47740a4c22fbd6118dba58fa87cf8d49fd8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876328Reviewed-by: default avatarChristian Dullweber <dullweber@chromium.org>
Commit-Queue: Christian Dullweber <dullweber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708591}
parent e113f0a2
...@@ -1932,6 +1932,13 @@ IN_PROC_BROWSER_TEST_F( ...@@ -1932,6 +1932,13 @@ IN_PROC_BROWSER_TEST_F(
EXPECT_FALSE(speculative_rfh); EXPECT_FALSE(speculative_rfh);
} }
#if defined(OS_LINUX) || defined(OS_CHROMEOS)
#define MAYBE_DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2 \
DISABLED_DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2
#else
#define MAYBE_DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2 \
DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2
#endif
// Ensures that deleting a speculative RenderFrameHost trying to commit a // Ensures that deleting a speculative RenderFrameHost trying to commit a
// navigation to the pending NavigationEntry will not crash if it happens // navigation to the pending NavigationEntry will not crash if it happens
// because a new navigation to the same pending NavigationEntry started. This // because a new navigation to the same pending NavigationEntry started. This
...@@ -1940,7 +1947,7 @@ IN_PROC_BROWSER_TEST_F( ...@@ -1940,7 +1947,7 @@ IN_PROC_BROWSER_TEST_F(
// regression test for crbug.com/796135. // regression test for crbug.com/796135.
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
RenderFrameHostManagerTest, RenderFrameHostManagerTest,
DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2) { MAYBE_DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2) {
const std::string kOriginalPath = "/original.html"; const std::string kOriginalPath = "/original.html";
const std::string kRedirectPath = "/redirect.html"; const std::string kRedirectPath = "/redirect.html";
net::test_server::ControllableHttpResponse original_response1( net::test_server::ControllableHttpResponse original_response1(
......
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