Commit 4f445ecc authored by Maxim Kolosovskiy's avatar Maxim Kolosovskiy Committed by Commit Bot

Disable flaky ConsoleMessageNotPrintedForAbortedNavigation on Win

TBR=estark@chromium.org, elawrence@chromium.org

Bug: 907061
Change-Id: I138f8a64717329d4141ee1c2d49289741e524707
Reviewed-on: https://chromium-review.googlesource.com/c/1343267Reviewed-by: default avatarMaxim Kolosovskiy <kolos@chromium.org>
Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609676}
parent c1c50655
......@@ -2232,6 +2232,13 @@ IN_PROC_BROWSER_TEST_P(SecurityStateTabHelperIncognitoTest,
// TODO(estark): add console messages for the |kMarkHttpAsParameterWarning|
// configuration of |kMarkHttpAsFeature| and update this test accordingly.
// https://crbug.com/802921
#if defined(OS_WIN)
#define MAYBE_ConsoleMessageNotPrintedForAbortedNavigation \
DISABLED_ConsoleMessageNotPrintedForAbortedNavigation
#else
#define MAYBE_ConsoleMessageNotPrintedForAbortedNavigation \
ConsoleMessageNotPrintedForAbortedNavigation
#endif
IN_PROC_BROWSER_TEST_P(SecurityStateTabHelperIncognitoTest,
ConsoleMessageNotPrintedForAbortedNavigation) {
base::test::ScopedFeatureList scoped_feature_list;
......
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