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

Unified Diff: chrome/browser/extensions/platform_app_browsertest.cc

Issue 11301013: Disable PlatformAppBrowserTest.FAILS_DevToolsOpenedWithReload (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/browser/extensions/platform_app_browsertest.cc
===================================================================
--- chrome/browser/extensions/platform_app_browsertest.cc (revision 164611)
+++ chrome/browser/extensions/platform_app_browsertest.cc (working copy)
@@ -713,7 +713,8 @@
// This is currently expected to fail in debug builds due to a segfault in
// WebKit triggered by a dereference between #ifndef NDEBUG guards see
// http://crbug.com/157097 .
-#define MAYBE_DevToolsOpenedWithReload FAILS_DevToolsOpenedWithReload
+// The test is disabled because of timeouts, see http://crbug.com/158283.
+#define MAYBE_DevToolsOpenedWithReload DISABLED_DevToolsOpenedWithReload
#endif
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_DevToolsOpenedWithReload) {
« 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