Commit 9646f61d authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

TaskScheduler: Enable NoBackgroundTasksTest.* on Mac.

Bug: 833989
Change-Id: Id97ab3cf302067670b5a90e38d2077f1b7b3e89e
Reviewed-on: https://chromium-review.googlesource.com/1231299Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592844}
parent c9e774de
...@@ -59,11 +59,9 @@ class NoBackgroundTasksTest : public InProcessBrowserTest { ...@@ -59,11 +59,9 @@ class NoBackgroundTasksTest : public InProcessBrowserTest {
// background tasks. // background tasks.
// //
// TODO(fdoray) https://crbug.com/833989: // TODO(fdoray) https://crbug.com/833989:
// - Flaky timeout on Mac
// - Flaky timeout on ChromeOS ASAN // - Flaky timeout on ChromeOS ASAN
// - Consistent timeout on Win ASAN // - Consistent timeout on Win ASAN
#if defined(OS_MACOSX) || \ #if defined(ADDRESS_SANITIZER) && (defined(OS_CHROMEOS) || defined(OS_WIN))
(defined(ADDRESS_SANITIZER) && (defined(OS_CHROMEOS) || defined(OS_WIN)))
#define MAYBE_FirstNonEmptyPaintWithoutBackgroundTasks \ #define MAYBE_FirstNonEmptyPaintWithoutBackgroundTasks \
DISABLED_FirstNonEmptyPaintWithoutBackgroundTasks DISABLED_FirstNonEmptyPaintWithoutBackgroundTasks
#else #else
......
...@@ -285,6 +285,7 @@ MultiDeviceSetupBrowserTest.* ...@@ -285,6 +285,7 @@ MultiDeviceSetupBrowserTest.*
MultiProfileDriveFileSystemExtensionApiTest.* MultiProfileDriveFileSystemExtensionApiTest.*
MultiProfileFilesAppBrowserTest.* MultiProfileFilesAppBrowserTest.*
NetInternalsTest.* NetInternalsTest.*
NoBackgroundTasksTest.*
NTP4WebUITest.* NTP4WebUITest.*
PasswordsAndFormsBrowserTest.* PasswordsAndFormsBrowserTest.*
PrintPreviewAdvancedDialogTest.* PrintPreviewAdvancedDialogTest.*
......
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