Commit 9448253c authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

[Sheriff] Disable MixedContentSettingsWithBlockingCSP on Win Dbg

Test times out on Windows debug bot.

Bug: 890372
Change-Id: Ib337d19167c8864612bf697b2adb420507c27e76
Tbr: cthomp@chromium.org, estark@chromium.org
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585536Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#654574}
parent 69c2be86
......@@ -4082,8 +4082,15 @@ IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest,
// blocked regardless of the settings in WebPreferences when
// block-all-mixed-content CSP is set.
// TODO(crbug.com/890372): This test is flaky.
#if defined(OS_WIN) && !defined(NDEBUG)
#define MAYBE_MixedContentSettingsWithBlockingCSP \
DISABLED_MixedContentSettingsWithBlockingCSP
#else
#define MAYBE_MixedContentSettingsWithBlockingCSP \
MixedContentSettingsWithBlockingCSP
#endif
IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest,
MixedContentSettingsWithBlockingCSP) {
MAYBE_MixedContentSettingsWithBlockingCSP) {
ChromeContentBrowserClientForMixedContentTest browser_client;
content::ContentBrowserClient* old_browser_client =
content::SetBrowserClientForTesting(&browser_client);
......
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