Commit ab6a5566 authored by derat@chromium.org's avatar derat@chromium.org

aura: Reenable PPAPITest.FLAKY_FlashFullscreen.

This test looks like it's passing now.

BUG=104384
TEST=ran the test locally a few times on an aura build and didn't see any failures


Review URL: http://codereview.chromium.org/8758027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113422 0039d316-1c4b-4281-b951-d872f2087c98
parent ab41dbd6
......@@ -513,13 +513,11 @@ 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 and 104384 for aura.
#if !defined(OS_MACOSX) && !defined(USE_AURA)
#define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
// http://crbug.com/96767
#if !defined(OS_MACOSX)
#define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
#else
#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
#endif
TEST_F(PPAPITest, MAYBE_FlashFullscreen) {
......
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