diff options
-rw-r--r-- | chrome/test/ui/ppapi_uitest.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc index 678a471..3887f16 100644 --- a/chrome/test/ui/ppapi_uitest.cc +++ b/chrome/test/ui/ppapi_uitest.cc @@ -114,8 +114,12 @@ TEST_F(PPAPITest, Buffer) { RunTest("Buffer"); } +#if defined(OS_MACOSX) // http://crbug.com/48734 TEST_F(PPAPITest, FAILS_URLLoader) { +#else +TEST_F(PPAPITest, URLLoader) { +#endif RunTestViaHTTP("URLLoader"); } |