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

Unified Diff: chrome/test/data/webui/md_history/md_history_browsertest.js

Issue 2459383002: Disable MaterialHistoryBrowserTest.SyncedTabsTest (Closed)
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_history/md_history_browsertest.js
diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
index c7bf5f3dcd1cbffc33e38215ca0d90326e63ab62..bbef89f9e2da1adfdebc83545523ea289942ad65 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -117,7 +117,8 @@ TEST_F('MaterialHistoryBrowserTest', 'RoutingTest', function() {
mocha.run();
});
-TEST_F('MaterialHistoryBrowserTest', 'SyncedTabsTest', function() {
+// Fails on Mac, http://crbug.com/640862
+TEST_F('MaterialHistoryBrowserTest', 'DISABLED_SyncedTabsTest', function() {
md_history.history_synced_tabs_test.registerTests();
mocha.run();
});
« 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