| Index: chrome/test/ui/ppapi_uitest.cc
|
| diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
|
| index 738370ec408ffbdd7858b41ec1df3c08bbb2adc0..60e34543289c5adb1ea820c53ee7b90d088b11c8 100644
|
| --- a/chrome/test/ui/ppapi_uitest.cc
|
| +++ b/chrome/test/ui/ppapi_uitest.cc
|
| @@ -513,11 +513,13 @@ TEST_PPAPI_IN_PROCESS_VIA_HTTP(FileSystem)
|
| TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(FileSystem)
|
| TEST_PPAPI_NACL_VIA_HTTP(FileSystem)
|
|
|
| -// http://crbug.com/96767
|
| -#if !defined(OS_MACOSX)
|
| +// http://crbug.com/96767 and 104384 for aura.
|
| +#if !defined(OS_MACOSX) && !defined(USE_AURA)
|
| +#define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
|
| #define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
|
| #else
|
| #define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
|
| +#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
|
| #endif
|
|
|
| TEST_F(PPAPITest, MAYBE_FlashFullscreen) {
|
|
|