Index: chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc b/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc |
index 216834d0c5339df204b9844015b2a7b13a9a6cd0..92be5ac0857c7914241041c20d3e04922c918960 100644 |
--- a/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc |
@@ -324,7 +324,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientSessionsSyncTest, TabMovedToOtherWindow) { |
} |
// crbug.com/689662 |
-#if defined(OS_CHROMEOS) |
+#if defined(OS_CHROMEOS) || defined(OS_WIN) |
#define MAYBE_CookieJarMismatch DISABLED_CookieJarMismatch |
#else |
#define MAYBE_CookieJarMismatch CookieJarMismatch |