| Index: chrome/test/ui/ppapi_uitest.cc
|
| diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
|
| index 4ffa7d50e72011462c1a246f8927420e3184f196..42236f5a4a192d8b1334d928ddef6d5edc7ede0e 100644
|
| --- a/chrome/test/ui/ppapi_uitest.cc
|
| +++ b/chrome/test/ui/ppapi_uitest.cc
|
| @@ -669,11 +669,11 @@ TEST_F(PPAPITest, MAYBE_DirectoryReader) {
|
|
|
| #if defined(ENABLE_P2P_APIS)
|
| // Flaky. http://crbug.com/84294
|
| -TEST_F(PPAPITest, FLAKY_Transport) {
|
| +TEST_F(PPAPITest, DISABLED_Transport) {
|
| RunTest("Transport");
|
| }
|
| // http://crbug.com/89961
|
| -TEST_F(OutOfProcessPPAPITest, FAILS_Transport) {
|
| +TEST_F(OutOfProcessPPAPITest, DISABLED_Transport) {
|
| RunTestViaHTTP("Transport");
|
| }
|
| #endif // ENABLE_P2P_APIS
|
|
|