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

Unified Diff: ppapi/tests/test_mouse_lock.cc

Issue 10736012: Disable SucceedWhenAllowed due to timeouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: ppapi/tests/test_mouse_lock.cc
diff --git a/ppapi/tests/test_mouse_lock.cc b/ppapi/tests/test_mouse_lock.cc
index 83769895f7c4fefbd3d4a833b7ae71a06d552c5b..480003f78904a4e55542cd3a368ae7a5926f98bc 100644
--- a/ppapi/tests/test_mouse_lock.cc
+++ b/ppapi/tests/test_mouse_lock.cc
@@ -24,7 +24,8 @@ bool TestMouseLock::Init() {
}
void TestMouseLock::RunTests(const std::string& filter) {
- RUN_TEST(SucceedWhenAllowed, filter);
+ // Disabled due to timeouts: http://crbug.com/136548
yzshen1 2012/07/10 18:20:05 The better way is to disable it in src/chrome/test
+ // RUN_TEST(SucceedWhenAllowed, filter);
RUN_TEST(FailWhenBlocked, filter);
}
« 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