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

Unified Diff: components/mus/ws/window_manager_client_apptest.cc

Issue 1770753002: [mus] Disable badly flaking apptest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: components/mus/ws/window_manager_client_apptest.cc
diff --git a/components/mus/ws/window_manager_client_apptest.cc b/components/mus/ws/window_manager_client_apptest.cc
index b3da12c227bbfdea1309f31e92e262d96898600a..fe3cc179752e84760729c5401a18458cb578f0be 100644
--- a/components/mus/ws/window_manager_client_apptest.cc
+++ b/components/mus/ws/window_manager_client_apptest.cc
@@ -845,7 +845,8 @@ TEST_F(WindowServerTest, Activation) {
ValidIndexOf(parent->children(), child1));
}
-TEST_F(WindowServerTest, ActivationNext) {
+// Very flaky: http://crbug.com/592313.
+TEST_F(WindowServerTest, DISABLED_ActivationNext) {
Window* parent = GetFirstWMRoot();
Window* child1 = NewVisibleWindow(parent, window_manager());
Window* child2 = NewVisibleWindow(parent, window_manager());
« 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