Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 7289049: Enable PPAPITest.Transport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698