Commit f7fffe85 authored by Karandeep Bhatia's avatar Karandeep Bhatia Committed by Commit Bot

[Sheriff]: Disable flaky TestUnsafeContentsInWorkerWithUserException.

The test
SSLUIWorkerFetchTest.TestUnsafeContentsInWorkerWithUserException is
flaky. Disable it.

BUG=1107659
TBR=estark@chromium.org

Change-Id: I448295f1e04e14170cc494c4e39170eb4f745b66
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309039
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790207}
parent 407ec471
...@@ -3607,8 +3607,9 @@ IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest, ...@@ -3607,8 +3607,9 @@ IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest,
// This test, and the related test TestUnsafeContentsWithUserException, verify // This test, and the related test TestUnsafeContentsWithUserException, verify
// that if unsafe content is loaded but the host of that unsafe content has a // that if unsafe content is loaded but the host of that unsafe content has a
// user exception, the content runs and the security style is downgraded. // user exception, the content runs and the security style is downgraded.
// TODO(crbug.com/1107659): Disabled due to flakiness.
IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest, IN_PROC_BROWSER_TEST_P(SSLUIWorkerFetchTest,
TestUnsafeContentsInWorkerWithUserException) { DISABLED_TestUnsafeContentsInWorkerWithUserException) {
https_server_.ServeFilesFromDirectory(tmp_dir_.GetPath()); https_server_.ServeFilesFromDirectory(tmp_dir_.GetPath());
https_server_mismatched_.ServeFilesFromDirectory(tmp_dir_.GetPath()); https_server_mismatched_.ServeFilesFromDirectory(tmp_dir_.GetPath());
ASSERT_TRUE(https_server_.Start()); ASSERT_TRUE(https_server_.Start());
......
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