Commit ea7fe98e authored by Andy Paicu's avatar Andy Paicu Committed by Commit Bot

Disabled flaky test GetReferrerChainForNonSafeBrowsingUser

TBR=drubery@chromium.org

Bug: 1096975
Change-Id: I89b93e62d1dbb3d8d84c98cc7b75e047db4c2fbc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252006Reviewed-by: default avatarAndy Paicu <andypaicu@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780225}
parent e31d252f
...@@ -142,7 +142,9 @@ TEST_F(SafeBrowsingPrivateApiUnitTest, GetReferrerChain) { ...@@ -142,7 +142,9 @@ TEST_F(SafeBrowsingPrivateApiUnitTest, GetReferrerChain) {
ASSERT_TRUE(referrer_chain); ASSERT_TRUE(referrer_chain);
} }
TEST_F(SafeBrowsingPrivateApiUnitTest, GetReferrerChainForNonSafeBrowsingUser) { // Flaky (crbug.com/1096975)
TEST_F(SafeBrowsingPrivateApiUnitTest,
DISABLED_GetReferrerChainForNonSafeBrowsingUser) {
// Disable Safe Browsing. // Disable Safe Browsing.
browser()->profile()->GetPrefs()->SetBoolean(prefs::kSafeBrowsingEnabled, browser()->profile()->GetPrefs()->SetBoolean(prefs::kSafeBrowsingEnabled,
false); 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