Commit f6fdce58 authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Disable flaky SecurityInterstitialTabHelperTest.MultipleBlockingPages

TBR=carlosil@chromium.org

Bug: 1010183
Change-Id: Ic57588d5ab510b780955552f5393e6cb94ab75f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837438Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Auto-Submit: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702321}
parent f565cbcb
...@@ -129,7 +129,7 @@ TEST_F(SecurityInterstitialTabHelperTest, SingleBlockingPage) { ...@@ -129,7 +129,7 @@ TEST_F(SecurityInterstitialTabHelperTest, SingleBlockingPage) {
// Tests that the helper properly handles the lifetime of multiple blocking // Tests that the helper properly handles the lifetime of multiple blocking
// pages, committed in a different order than they are created. // pages, committed in a different order than they are created.
TEST_F(SecurityInterstitialTabHelperTest, MultipleBlockingPages) { TEST_F(SecurityInterstitialTabHelperTest, DISABLED_MultipleBlockingPages) {
// Simulate associating the first interstitial. // Simulate associating the first interstitial.
std::unique_ptr<content::NavigationHandle> handle1 = std::unique_ptr<content::NavigationHandle> handle1 =
CreateHandle(true, false); CreateHandle(true, false);
......
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