Commit 7e2d5b6d authored by John Abd-El-Malek's avatar John Abd-El-Malek

Disable OutOfProcessPPAPITest.FlashFullscreen on debug Windows.

It fails on bots and also locally.

BUG=419644
TBR=dmichael@chromium.org

Review URL: https://codereview.chromium.org/614903008

Cr-Commit-Position: refs/heads/master@{#297784}
parent a80da9df
......@@ -1297,7 +1297,8 @@ TEST_PPAPI_OUT_OF_PROCESS(FlashFile)
// mac: http://crbug.com/96767
// aura: http://crbug.com/104384
// cros: http://crbug.com/396502
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
// win debug: http://crbug.com/419644
#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || (defined(OS_WIN) && !defined(NDEBUG))
#define MAYBE_FlashFullscreen DISABLED_FlashFullscreen
#else
#define MAYBE_FlashFullscreen 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