Commit 54a9c028 authored by David Roger's avatar David Roger Committed by Commit Bot

[sheriff] Disable flaky test DownloadTest.DownloadLargeDataURL

TBR=qinmin

Bug: 1141278
Change-Id: I1c13730e0dea15b9bbbd6cef75a4926c58bcadf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501741Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821164}
parent a038a68a
......@@ -4214,13 +4214,8 @@ IN_PROC_BROWSER_TEST_F(DownloadWakeLockTest,
}
// Downloading a data URL that's bigger than url::kMaxURLChars should work.
#if defined(OS_LINUX)
// Flaky on Linux. https://crbug.com/1141278
#define MAYBE_DownloadLargeDataURL DISABLED_DownloadLargeDataURL
#else
#define MAYBE_DownloadLargeDataURL DownloadLargeDataURL
#endif
IN_PROC_BROWSER_TEST_F(DownloadTest, MAYBE_DownloadLargeDataURL) {
// Flaky: https://crbug.com/1141278
IN_PROC_BROWSER_TEST_F(DownloadTest, DISABLED_DownloadLargeDataURL) {
embedded_test_server()->ServeFilesFromDirectory(GetTestDataDirectory());
ASSERT_TRUE(embedded_test_server()->Start());
......
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