From b6a9ecc4130a128f3cf148745bd68d74a9d9ca70 Mon Sep 17 00:00:00 2001 From: "polina@google.com" Date: Mon, 30 Jan 2012 23:17:40 +0000 Subject: ppapi_tests: Remove the source of flakiness from out-of-process FlashFullscreen test. No longer mark the test as flaky. TEST=ui_tests BUG=108471 Review URL: https://chromiumcodereview.appspot.com/9133024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119760 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui/ppapi_uitest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc index 37d3a9bd..77234c2 100644 --- a/chrome/test/ui/ppapi_uitest.cc +++ b/chrome/test/ui/ppapi_uitest.cc @@ -614,7 +614,7 @@ TEST_PPAPI_NACL_VIA_HTTP(FileSystem) #define MAYBE_OutOfProcessFlashFullscreen DISABLED_FlashFullscreen #else #define MAYBE_FlashFullscreen FlashFullscreen -#define MAYBE_OutOfProcessFlashFullscreen FLAKY_FlashFullscreen +#define MAYBE_OutOfProcessFlashFullscreen FlashFullscreen #endif TEST_F(PPAPITest, MAYBE_FlashFullscreen) { -- cgit v1.1