Commit 33ac6961 authored by Sahel Sharifymoghaddam's avatar Sahel Sharifymoghaddam Committed by Commit Bot

[Sheriff] Disable *.MixedContentSettings_AllowRunningInsecureContent

SSLUIWorkerFetchTest.MixedContentSettings_AllowRunningInsecureContent/*
is flaky on multiple platforms:
https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyZwsSBUZsYWtlIlxjaHJvbWl1bUBicm93c2VyX3Rlc3RzQFNTTFVJV29ya2VyRmV0Y2hUZXN0Lk1peGVkQ29udGVudFNldHRpbmdzX0FsbG93UnVubmluZ0luc2VjdXJlQ29udGVudAw

TBR=agl@chromium.org

Bug: 1145674
Change-Id: Ia5fad8376367f7a541290f7fed7fa173514f6ab6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519588Reviewed-by: default avatarAdam Langley <agl@chromium.org>
Reviewed-by: default avatarSahel Sharify <sahel@chromium.org>
Commit-Queue: Sahel Sharify <sahel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824155}
parent 121e4bc8
...@@ -3720,8 +3720,10 @@ IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest, ...@@ -3720,8 +3720,10 @@ IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest,
// This test checks the behavior of mixed content blocking for the requests // This test checks the behavior of mixed content blocking for the requests
// from a dedicated worker by changing the settings in WebPreferences // from a dedicated worker by changing the settings in WebPreferences
// with allow_running_insecure_content = true. // with allow_running_insecure_content = true.
IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest, // Flaky. See https://crbug.com/1145674.
MixedContentSettings_AllowRunningInsecureContent) { IN_PROC_BROWSER_TEST_P(
SSLUIWorkerFetchTest,
DISABLED_MixedContentSettings_AllowRunningInsecureContent) {
ChromeContentBrowserClientForMixedContentTest browser_client; ChromeContentBrowserClientForMixedContentTest browser_client;
content::ContentBrowserClient* old_browser_client = content::ContentBrowserClient* old_browser_client =
content::SetBrowserClientForTesting(&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