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

Unified Diff: chrome/browser/ui/webui/sync_setup_browsertest.js

Issue 2247033007: Disable tests failing on Win Tester bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « chrome/browser/ui/webui/options/search_engine_manager_browsertest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_setup_browsertest.js
diff --git a/chrome/browser/ui/webui/sync_setup_browsertest.js b/chrome/browser/ui/webui/sync_setup_browsertest.js
index bcae6e1172c1d78a8681bdec0062ebc2929b3fa2..a9d429a651055c7021baee2eb977d43f0b2d47c5 100644
--- a/chrome/browser/ui/webui/sync_setup_browsertest.js
+++ b/chrome/browser/ui/webui/sync_setup_browsertest.js
@@ -108,12 +108,13 @@ TEST_F('SyncSetupWebUITestAsync', 'MAYBE_VerifySignIn', function() {
this.startSyncing();
});
-// This test is flaky on Linux bot. See crbug.com/579666
-GEN('#if defined(OS_LINUX)');
+// This test is flaky on Linux and Windows bots. See crbug.com/579666 and
+// crbug.com/638884
+GEN('#if defined(OS_LINUX) || defined(OS_WIN)');
GEN('#define MAYBE_RestoreSyncDataTypes DISABLED_RestoreSyncDataTypes');
GEN('#else');
GEN('#define MAYBE_RestoreSyncDataTypes RestoreSyncDataTypes');
-GEN('#endif // defined(OS_LINUX)');
+GEN('#endif // defined(OS_LINUX) || defined(OS_WIN)');
// Test that switching to and from "Sync everything" saves and restores types.
TEST_F('SyncSetupWebUITestAsync', 'MAYBE_RestoreSyncDataTypes', function() {
this.mockHandler.expects(once()).SyncSetupStartSignIn(
« no previous file with comments | « chrome/browser/ui/webui/options/search_engine_manager_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698