Commit ad0aa3bc authored by John Abd-El-Malek's avatar John Abd-El-Malek

Disable OutOfProcessPPAPITest FlashDRM as it flakes locally all the time and...

Disable OutOfProcessPPAPITest FlashDRM as it flakes locally all the time and on swarming bot for debug builds.

BUG=419863
TBR=raymes@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#297901}
parent 6905f2eb
......@@ -1308,6 +1308,12 @@ TEST_PPAPI_OUT_OF_PROCESS(PDF)
// TEST_PPAPI_OUT_OF_PROCESS(PlatformVerificationPrivate)
// #endif
#if defined(OS_MACOSX)
// http://crbug.com/419863
#define MAYBE_FlashDRM DISABLED_FlashDRM
#else
#define MAYBE_FlashDRM FlashDRM
#endif
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, FlashDRM) {
RunTest(
#if (defined(OS_WIN) && defined(ENABLE_RLZ)) || defined(OS_CHROMEOS)
......
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