Commit 88935d1f authored by Max Morin's avatar Max Morin Committed by Commit Bot

Disable NetworkContextConfigurationBrowserTest.Hsts

Revert failed, so I'm disabling the test.

Tbr: mmenke
No-Try: true
Bug: 837776, 842088
Change-Id: I5cd22fb63cb53ae85c99cb4b903c4c1143767c42
Reviewed-on: https://chromium-review.googlesource.com/1055508Reviewed-by: default avatarMax Morin <maxmorin@chromium.org>
Commit-Queue: Max Morin <maxmorin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557873}
parent 7bc656a1
...@@ -676,7 +676,7 @@ IN_PROC_BROWSER_TEST_P(NetworkContextConfigurationBrowserTest, PRE_Hsts) { ...@@ -676,7 +676,7 @@ IN_PROC_BROWSER_TEST_P(NetworkContextConfigurationBrowserTest, PRE_Hsts) {
// Checks if the HSTS information from the last test is still available after a // Checks if the HSTS information from the last test is still available after a
// restart. // restart.
IN_PROC_BROWSER_TEST_P(NetworkContextConfigurationBrowserTest, Hsts) { IN_PROC_BROWSER_TEST_P(NetworkContextConfigurationBrowserTest, DISABLED_Hsts) {
base::ScopedAllowBlockingForTesting allow_blocking; base::ScopedAllowBlockingForTesting allow_blocking;
base::FilePath save_url_file_path = browser()->profile()->GetPath().Append( base::FilePath save_url_file_path = browser()->profile()->GetPath().Append(
FILE_PATH_LITERAL("url_for_test.txt")); FILE_PATH_LITERAL("url_for_test.txt"));
......
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