Mark OutOfProcessPPAPITest.FlashFullscreen FLAKY.
[email protected]
BUG=108471
Review URL: http://codereview.chromium.org/9027013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115590 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 2f5618ff..05c7f95f 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -549,7 +549,8 @@
#if defined(OS_MACOSX) || defined(USE_AURA) || defined(OS_LINUX)
#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
#else
-#define MAYBE_FlashFullscreen FlashFullscreen
+// http://crbug.com/108471.
+#define MAYBE_FlashFullscreen FLAKY_FlashFullscreen
#endif
TEST_F(PPAPITest, MAYBE_FlashFullscreen) {