Commit 4a65b860 authored by Vasilii Sukhanov's avatar Vasilii Sukhanov

Disable...

Disable BrowserCloseManagerWithDownloadsBrowserTest/BrowserCloseManagerWithDownloadsBrowserTest.TestBeforeUnloadAndDownloads/1

TBR=chrisha@chromium.org

Bug: 749098
Change-Id: Ia814e450c72b65017025bb3eb11db49c31b1498e
Reviewed-on: https://chromium-review.googlesource.com/601968Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491980}
parent 21f57812
......@@ -1222,15 +1222,10 @@ IN_PROC_BROWSER_TEST_P(BrowserCloseManagerWithDownloadsBrowserTest,
EXPECT_EQ(0, DownloadCoreService::NonMaliciousDownloadCountAllProfiles());
}
// Fails on ChromeOS only. crbug.com/749098
#if defined(OS_CHROMEOS)
#define MAYBE_TestBeforeUnloadAndDownloads DISABLED_TestBeforeUnloadAndDownloads
#else
#define MAYBE_TestBeforeUnloadAndDownloads TestBeforeUnloadAndDownloads
#endif
// Fails on ChromeOS and Linux, times out on Win. crbug.com/749098
// Test shutdown with downloads in progress and beforeunload handlers.
IN_PROC_BROWSER_TEST_P(BrowserCloseManagerWithDownloadsBrowserTest,
MAYBE_TestBeforeUnloadAndDownloads) {
DISABLED_TestBeforeUnloadAndDownloads) {
ASSERT_TRUE(embedded_test_server()->Start());
SetDownloadPathForProfile(browser()->profile());
ASSERT_NO_FATAL_FAILURE(CreateStalledDownload(browser()));
......
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