Commit 5b8dde61 authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Disable flaky test LeaveSiteStillWarnsAfter on Windows

SafetyTipPageInfoBubbleViewBrowserTest.LeaveSiteStillWarnsAfter is
flaky on Windows,
https://ci.chromium.org/p/chromium/builders/ci/Win10%20Tests%20x64,
disable it for now until it is fixed.

TBR=jdeblasio@chromium.org
NOTRY=True

Bug: 1140193
Change-Id: I0245b63bbe209d8c65f8c94ca6117a552670db53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486252Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818643}
parent 82e6d2cb
......@@ -627,7 +627,7 @@ IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest,
// If the user clicks 'leave site', the warning should re-appear when the user
// re-visits the page.
// Flaky on Mac: https://crbug.com/1139955
#if defined(OS_MAC)
#if defined(OS_MAC) || defined(OS_WIN)
#define MAYBE_LeaveSiteStillWarnsAfter DISABLED_LeaveSiteStillWarnsAfter
#else
#define MAYBE_LeaveSiteStillWarnsAfter LeaveSiteStillWarnsAfter
......
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