| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index 4af22fd4bc40e688e0527fd99a98772a7d6606c8..f01b4f818869be3c00d025056cf014570b13f8bd 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1314,7 +1314,7 @@ TEST_PPAPI_OUT_OF_PROCESS(PDF)
|
| #else
|
| #define MAYBE_FlashDRM FlashDRM
|
| #endif
|
| -IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, FlashDRM) {
|
| +IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, MAYBE_FlashDRM) {
|
| RunTest(
|
| #if (defined(OS_WIN) && defined(ENABLE_RLZ)) || defined(OS_CHROMEOS)
|
| // Only implemented on Windows and ChromeOS currently.
|
|
|