Commit 07624090 authored by Mike Wasserman's avatar Mike Wasserman Committed by Commit Bot

Disable FirstNonEmptyPaintWithoutBackgroundTasks on Mac.

TBR=fdoray@chromium.org

Bug: 833989
Change-Id: I6cf7e67add2310af3b09c9659209f5dc60cd4c73
Reviewed-on: https://chromium-review.googlesource.com/1015846Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Commit-Queue: Michael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551535}
parent 9090a19d
...@@ -56,7 +56,8 @@ class NoBackgroundTasksTest : public InProcessBrowserTest { ...@@ -56,7 +56,8 @@ class NoBackgroundTasksTest : public InProcessBrowserTest {
// //
// TODO(fdoray): Enable on ChromeOS once all dependencies on background tasks to // TODO(fdoray): Enable on ChromeOS once all dependencies on background tasks to
// produce the first non-empty paint have been removed. https://crbug.com/831835 // produce the first non-empty paint have been removed. https://crbug.com/831835
#if defined(OS_CHROMEOS) // This test is flaky on Mac: https://crbug.com/833989
#if defined(OS_CHROMEOS) || defined(OS_MACOSX)
#define MAYBE_FirstNonEmptyPaintWithoutBackgroundTasks \ #define MAYBE_FirstNonEmptyPaintWithoutBackgroundTasks \
DISABLED_FirstNonEmptyPaintWithoutBackgroundTasks DISABLED_FirstNonEmptyPaintWithoutBackgroundTasks
#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