Commit 992ff715 authored by timurrrr's avatar timurrrr Committed by Commit bot

Disable a test that fails under ASan and MSan

It can be flaky in other configurations as well

BUG=467483
TBR=nasko

Review URL: https://codereview.chromium.org/1007293002

Cr-Commit-Position: refs/heads/master@{#320713}
parent c3831ac7
......@@ -608,7 +608,8 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, History) {
ASSERT_TRUE(RunExtensionTest("webnavigation/history")) << message_;
}
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, CrossProcess) {
// Disabled because of http://crbug.com/467483
IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, DISABLED_CrossProcess) {
ASSERT_TRUE(StartEmbeddedTestServer());
LoadExtension(test_data_dir_.AppendASCII("webnavigation").AppendASCII("app"));
......
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