| Index: chrome/test/ui/ppapi_uitest.cc
|
| diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
|
| index 2eacd8cfc05b81dabf6978860c19e28c492e1e24..fe0f1acdbc1d2c748a3fbbec61e9823668f464e9 100644
|
| --- a/chrome/test/ui/ppapi_uitest.cc
|
| +++ b/chrome/test/ui/ppapi_uitest.cc
|
| @@ -207,15 +207,8 @@ TEST_F(PPAPITest, MAYBE_DirectoryReader) {
|
| RunTestViaHTTP("DirectoryReader");
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| -// Flaky on Windows, bug 87210
|
| -#define MAYBE_Transport FLAKY_Transport
|
| -#else
|
| -#define MAYBE_Transport Transport
|
| -#endif
|
| -
|
| #if defined(ENABLE_P2P_APIS)
|
| -TEST_F(PPAPITest, MAYBE_Transport) {
|
| +TEST_F(PPAPITest, Transport) {
|
| RunTest("Transport");
|
| }
|
| #endif // ENABLE_P2P_APIS
|
|
|