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

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

Issue 9323017: Disable PPAPITest.Transport test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 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
« 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