| Index: chrome/test/ui/ppapi_uitest.cc
|
| diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
|
| index 8d7add6ab7f881929ddc9344b2e268dd2af074fe..16c176d06fc428543267fb08abfa910920140714 100644
|
| --- a/chrome/test/ui/ppapi_uitest.cc
|
| +++ b/chrome/test/ui/ppapi_uitest.cc
|
| @@ -848,17 +848,6 @@ IN_PROC_BROWSER_TEST_F(PPAPITest, MAYBE_DirectoryReader) {
|
| RunTestViaHTTP("DirectoryReader");
|
| }
|
|
|
| -#if defined(ENABLE_P2P_APIS)
|
| -// Flaky. http://crbug.com/84294
|
| -IN_PROC_BROWSER_TEST_F(PPAPITest, DISABLED_Transport) {
|
| - RunTest("Transport");
|
| -}
|
| -// http://crbug.com/89961
|
| -IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, DISABLED_Transport) {
|
| - RunTestViaHTTP("Transport");
|
| -}
|
| -#endif // ENABLE_P2P_APIS
|
| -
|
| // There is no proxy. This is used for PDF metrics reporting, and PDF only
|
| // runs in process, so there's currently no need for a proxy.
|
| TEST_PPAPI_IN_PROCESS(UMA)
|
|
|