Commit cdc2e886 authored by tapted@chromium.org's avatar tapted@chromium.org

Disable test PPAPITest.FileIO. Flaky on Mac.

BUG=377599
TBR=hidehiko@chromium.org,bbudge@chromium.org

Review URL: https://codereview.chromium.org/306503002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272921 0039d316-1c4b-4281-b951-d872f2087c98
parent d04140a5
...@@ -725,7 +725,12 @@ TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) ...@@ -725,7 +725,12 @@ TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev)
#define MAYBE_FileIO DISABLED_FileIO #define MAYBE_FileIO DISABLED_FileIO
#define MAYBE_FileIO_Private DISABLED_FileIO_Private #define MAYBE_FileIO_Private DISABLED_FileIO_Private
#else #else
// Flaky on Mac. http://crbug.com/377599
# if defined(OS_MACOSX)
#define MAYBE_FileIO DISABLED_FileIO
# else
#define MAYBE_FileIO FileIO #define MAYBE_FileIO FileIO
# endif // defined(OS_MACOSX)
#define MAYBE_FileIO_Private FileIO_Private #define MAYBE_FileIO_Private FileIO_Private
#endif #endif
......
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