Commit b9459442 authored by Armando Miraglia's avatar Armando Miraglia Committed by Commit Bot

[Sheriff] Followup on crrev.com/c/1891175

In the previous CL I incorrectly disabled TriggersOnEditDistance, since
I missed to rename the test. I am ammedning this here.

TBR=estark@chromium.org

Bug: 1020109
Change-Id: I1ce35929dd2082ee1b27c91e7e29da743e77df26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895192Reviewed-by: default avatarArmando Miraglia <armax@chromium.org>
Commit-Queue: Armando Miraglia <armax@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711660}
parent b322a223
......@@ -581,7 +581,7 @@ IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest,
// Tests that Safety Tips trigger (or not) on lookalike domains with edit
// distance when enabled, and not otherwise.
IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest,
TriggersOnEditDistance) {
MAYBE_TriggersOnEditDistance) {
// This domain is an edit distance of one from the top 500.
const GURL kNavigatedUrl = GetURL("goooglé.com");
SetEngagementScore(browser(), kNavigatedUrl, kLowEngagement);
......
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