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

Unified Diff: chrome/browser/chromeos/panels/panel_browsertest.cc

Issue 8660003: AURA: Disable failing browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: incognitopopup now passes Created 9 years, 1 month 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 | chrome/browser/extensions/extension_get_views_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/panels/panel_browsertest.cc
diff --git a/chrome/browser/chromeos/panels/panel_browsertest.cc b/chrome/browser/chromeos/panels/panel_browsertest.cc
index 3a6e1b2bba12d1d2c6e6e134df5f5c42dda3ab22..d48bad9c7e11a6d355d91e2b1e3367ed69d08cf9 100644
--- a/chrome/browser/chromeos/panels/panel_browsertest.cc
+++ b/chrome/browser/chromeos/panels/panel_browsertest.cc
@@ -75,8 +75,15 @@ IN_PROC_BROWSER_TEST_F(PanelTest, PanelOpenSmall) {
#endif
}
+#if defined(USE_AURA)
+// crbug.com/105129.
+#define MAYBE_PanelOpenLarge DISABLED_PanelOpenLarge
+#else
+#define MAYBE_PanelOpenLarge PanelOpenLarge
+#endif
+
// Large popups should open as new tab.
-IN_PROC_BROWSER_TEST_F(PanelTest, PanelOpenLarge) {
+IN_PROC_BROWSER_TEST_F(PanelTest, MAYBE_PanelOpenLarge) {
const std::string HTML =
"<html><head><title>PanelOpen</title></head>"
"<body onload='window.setTimeout(run_tests, 0)'>"
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_get_views_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698