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

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

Issue 1847553002: Disabled WindowTreeClientTest.EmbedFailsFromOtherConnection on win due to flakes. (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_tree_client_unittest.cc
diff --git a/components/mus/ws/window_tree_client_unittest.cc b/components/mus/ws/window_tree_client_unittest.cc
index f1e157125817292f95253ad724c0eef49f6380eb..c2fe5932ffd2c62254d326d75bc22741651d60cd 100644
--- a/components/mus/ws/window_tree_client_unittest.cc
+++ b/components/mus/ws/window_tree_client_unittest.cc
@@ -1701,7 +1701,14 @@ TEST_F(WindowTreeClientTest, EmbedSupplyingWindowTreeClient) {
SingleChangeToDescription(*client2.tracker()->changes()));
}
-TEST_F(WindowTreeClientTest, EmbedFailsFromOtherConnection) {
+// Disabled due to flakes on win8_chromium_ng; see https://crbug.com/598925.
+#if defined(OS_WIN)
+#define MAYBE_EmbedFailsFromOtherConnection \
+ DISABLED_EmbedFailsFromOtherConnection
+#else
+#define MAYBE_EmbedFailsFromOtherConnection EmbedFailsFromOtherConnection
+#endif
+TEST_F(WindowTreeClientTest, MAYBE_EmbedFailsFromOtherConnection) {
ASSERT_NO_FATAL_FAILURE(EstablishSecondConnection(true));
Id window_1_1 = BuildWindowId(connection_id_1(), 1);
« 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