Commit 307ffc7b authored by Bret Sepulveda's avatar Bret Sepulveda

Fix typo in disabled SafetyTipPageInfoBubbleViewBrowserTest test.

TBR=jdeblasio@chromium.org

Bug: 1139955
Change-Id: Ib622080583b8ebf3764b75513346d179e1be43f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494762Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820193}
parent 8fad5216
...@@ -856,7 +856,7 @@ IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest, ...@@ -856,7 +856,7 @@ IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest,
// Tests that the SafetyTipShown histogram triggers correctly. // Tests that the SafetyTipShown histogram triggers correctly.
// Flaky on all platforms: https://crbug.com/1139955 // Flaky on all platforms: https://crbug.com/1139955
IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest, IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest,
DISABLE_SafetyTipShownHistogram) { DISABLED_SafetyTipShownHistogram) {
const char kHistogramName[] = "Security.SafetyTips.SafetyTipShown"; const char kHistogramName[] = "Security.SafetyTips.SafetyTipShown";
base::HistogramTester histograms; base::HistogramTester histograms;
......
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