Commit 414ca9dc authored by guidou's avatar guidou Committed by Commit bot

Disable flaky DownloadExtensionTest_OnDeterminingFilename_InterruptedResume on Linux

BUG=700382
TBR=benjhayden@chromium.org

Review-Url: https://codereview.chromium.org/2746433003
Cr-Commit-Position: refs/heads/master@{#456069}
parent d56fa845
...@@ -3999,8 +3999,9 @@ IN_PROC_BROWSER_TEST_F( ...@@ -3999,8 +3999,9 @@ IN_PROC_BROWSER_TEST_F(
result_id))); result_id)));
} }
#if defined(OS_WIN) || defined(OS_CHROMEOS) #if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_LINUX)
// This test is very flaky on Win XP and Aura. http://crbug.com/248438 // This test is very flaky on Win XP and Aura. http://crbug.com/248438
// Also flaky on Linux. http://crbug.com/700382
#define MAYBE_DownloadExtensionTest_OnDeterminingFilename_InterruptedResume \ #define MAYBE_DownloadExtensionTest_OnDeterminingFilename_InterruptedResume \
DISABLED_DownloadExtensionTest_OnDeterminingFilename_InterruptedResume DISABLED_DownloadExtensionTest_OnDeterminingFilename_InterruptedResume
#else #else
......
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