Commit aee013a2 authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Commit Bot

Disable ContentBrowserTest.RunMockTests on Windows due to flakiness

Bug: 1086372
Change-Id: I033d8eb552a0162de3b316664bcf29f896763658
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215657Reviewed-by: default avatarMatt Falkenhagen <falken@chromium.org>
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771734}
parent 2cba5c66
...@@ -170,9 +170,15 @@ IN_PROC_BROWSER_TEST_F(MockContentBrowserTest, DISABLED_CrashTest) { ...@@ -170,9 +170,15 @@ IN_PROC_BROWSER_TEST_F(MockContentBrowserTest, DISABLED_CrashTest) {
IMMEDIATE_CRASH(); IMMEDIATE_CRASH();
} }
// This is disabled due to flakiness: https://crbug.com/1086372
#if defined(OS_WIN)
#define MAYBE_RunMockTests DISABLED_RunMockTests
#else
#define MAYBE_RunMockTests RunMockTests
#endif
// Using TestLauncher to launch 3 simple browser tests // Using TestLauncher to launch 3 simple browser tests
// and validate the resulting json file. // and validate the resulting json file.
IN_PROC_BROWSER_TEST_F(ContentBrowserTest, RunMockTests) { IN_PROC_BROWSER_TEST_F(ContentBrowserTest, MAYBE_RunMockTests) {
base::ScopedAllowBlockingForTesting allow_blocking; base::ScopedAllowBlockingForTesting allow_blocking;
base::ScopedTempDir temp_dir; base::ScopedTempDir temp_dir;
......
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