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

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

Issue 2459263003: Disable MaterialHistoryBrowserTest.HistoryListTest since (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 61777b5c0695f11a8334f024f6d30224209b204c..c7bf5f3dcd1cbffc33e38215ca0d90326e63ab62 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -86,7 +86,8 @@ TEST_F('MaterialHistoryBrowserTest', 'HistoryItemTest', function() {
mocha.run();
});
-TEST_F('MaterialHistoryBrowserTest', 'HistoryListTest', function() {
+// Flaky on chromeos, http://crbug.com/640862
+TEST_F('MaterialHistoryBrowserTest', 'DISABLED_HistoryListTest', function() {
md_history.history_list_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