diff options
author | polina@google.com <polina@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-30 23:17:40 +0000 |
---|---|---|
committer | polina@google.com <polina@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-30 23:17:40 +0000 |
commit | b6a9ecc4130a128f3cf148745bd68d74a9d9ca70 (patch) | |
tree | e93705828ec8aee75426b1d13c07295eb492a44d /chrome | |
parent | 16958d88f010642e90a5bbf74eeeb7b5bc1fea5d (diff) | |
download | chromium_src-b6a9ecc4130a128f3cf148745bd68d74a9d9ca70.zip chromium_src-b6a9ecc4130a128f3cf148745bd68d74a9d9ca70.tar.gz chromium_src-b6a9ecc4130a128f3cf148745bd68d74a9d9ca70.tar.bz2 |
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
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/ui/ppapi_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |