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

Unified Diff: chrome/test/ppapi/ppapi_interactive_browsertest.cc

Issue 10695127: More correct disabling of 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 | ppapi/tests/test_mouse_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ppapi/ppapi_interactive_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_interactive_browsertest.cc b/chrome/test/ppapi/ppapi_interactive_browsertest.cc
index 192955f2569d8f0f0f689b9790ba4cc7205e6f6c..4ccba1fa5b4b394a774a0597a370c08286c86d0d 100644
--- a/chrome/test/ppapi/ppapi_interactive_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_interactive_browsertest.cc
@@ -18,7 +18,9 @@
// See bug for history.
#if !defined(ADDRESS_SANITIZER)
-IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, MouseLock_SucceedWhenAllowed) {
+// Disabled due to timeouts: http://crbug.com/136548
+IN_PROC_BROWSER_TEST_F(
+ OutOfProcessPPAPITest, DISABLED_MouseLock_SucceedWhenAllowed) {
HostContentSettingsMap* settings_map =
browser()->profile()->GetHostContentSettingsMap();
« no previous file with comments | « no previous file | ppapi/tests/test_mouse_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698