Commit f89b2b5b authored by Aaron Colwell's avatar Aaron Colwell Committed by Commit Bot

Enable ChromeSitePerProcessTest.LaunchExternalProtocolFromSubframe on windows.

Enabling test to see if it is still flaky on Windows.

Bug: 980446
Change-Id: I6f1b0dce68cce9bd359ebe315ee8782b26888c66
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498957
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Auto-Submit: Aaron Colwell <acolwell@chromium.org>
Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821188}
parent a9458bb6
...@@ -488,8 +488,7 @@ class MailtoExternalProtocolHandlerDelegate ...@@ -488,8 +488,7 @@ class MailtoExternalProtocolHandlerDelegate
// This test is not run on ChromeOS because it registers a custom handler (see // This test is not run on ChromeOS because it registers a custom handler (see
// ProtocolHandlerRegistry::InstallDefaultsForChromeOS), and handles mailto: // ProtocolHandlerRegistry::InstallDefaultsForChromeOS), and handles mailto:
// navigations before getting to external protocol code. // navigations before getting to external protocol code.
// Flaky on Windows. See https://crbug.com/980446 #if defined(OS_CHROMEOS)
#if defined(OS_CHROMEOS) || defined(OS_WIN)
#define MAYBE_LaunchExternalProtocolFromSubframe \ #define MAYBE_LaunchExternalProtocolFromSubframe \
DISABLED_LaunchExternalProtocolFromSubframe DISABLED_LaunchExternalProtocolFromSubframe
#else #else
......
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