Commit 312414c6 authored by Daniel Rubery's avatar Daniel Rubery Committed by Commit Bot

Enabled GetReferrerChainForNonSafeBrowsingUser

This test became flaky due to an uninitialized variable introduced by
https://chromium-review.googlesource.com/c/chromium/src/+/2249162

This was fixed by
https://chromium-review.googlesource.com/c/chromium/src/+/2253759

Fixed: 1096975
Change-Id: I659848f1bb82b30f3debd4370a1b6640b72c12a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254349
Auto-Submit: Daniel Rubery <drubery@chromium.org>
Commit-Queue: Bettina Dea <bdea@chromium.org>
Reviewed-by: default avatarBettina Dea <bdea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781450}
parent 708e955e
......@@ -142,9 +142,7 @@ TEST_F(SafeBrowsingPrivateApiUnitTest, GetReferrerChain) {
ASSERT_TRUE(referrer_chain);
}
// Flaky (crbug.com/1096975)
TEST_F(SafeBrowsingPrivateApiUnitTest,
DISABLED_GetReferrerChainForNonSafeBrowsingUser) {
TEST_F(SafeBrowsingPrivateApiUnitTest, GetReferrerChainForNonSafeBrowsingUser) {
// Disable Safe Browsing.
browser()->profile()->GetPrefs()->SetBoolean(prefs::kSafeBrowsingEnabled,
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