Commit 2937cf33 authored by Patrick Noland's avatar Patrick Noland Committed by Commit Bot

Disable flaky test DownloadContentTest.CancelResumedDownload on Android

Bug: 836689
Change-Id: I0cf38c5048ea33260131690a2fd006a076da3dc6
TBR: qinmin@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391382
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Reviewed-by: default avatarPatrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803962}
parent 8bd018ef
...@@ -2950,7 +2950,8 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, MAYBE_RemoveResumedDownload) { ...@@ -2950,7 +2950,8 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, MAYBE_RemoveResumedDownload) {
} }
// TODO(qinmin): Flaky crashes on ASAN Linux. https://crbug.com/836689 // TODO(qinmin): Flaky crashes on ASAN Linux. https://crbug.com/836689
#if (defined(OS_LINUX) || defined(OS_CHROMEOS)) && defined(ADDRESS_SANITIZER) #if defined(OS_ANDROID) || \
(defined(OS_LINUX) || defined(OS_CHROMEOS)) && defined(ADDRESS_SANITIZER)
#define MAYBE_CancelResumedDownload DISABLED_CancelResumedDownload #define MAYBE_CancelResumedDownload DISABLED_CancelResumedDownload
#else #else
#define MAYBE_CancelResumedDownload CancelResumedDownload #define MAYBE_CancelResumedDownload CancelResumedDownload
......
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