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

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

Issue 2271583009: [MD History] Disable toolbar shadow test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@toolbar_shadow
Patch Set: change to disable 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 | « 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/history_list_test.js
diff --git a/chrome/test/data/webui/md_history/history_list_test.js b/chrome/test/data/webui/md_history/history_list_test.js
index 567bff3c63cdc2995ff39470f7b768178f4a40f3..f1560ca210e8f685dfc965e0db66b99f73f00533 100644
--- a/chrome/test/data/webui/md_history/history_list_test.js
+++ b/chrome/test/data/webui/md_history/history_list_test.js
@@ -301,7 +301,10 @@ cr.define('md_history.history_list_test', function() {
});
});
- test('scrolling history list causes toolbar shadow to appear', () => {
+ // TODO(calamity): Reenable this test after fixing flakiness.
+ // See http://crbug.com/640862.
+ test.skip('scrolling history list causes toolbar shadow to appear',
+ () => {
for (var i = 0; i < 10; i++)
app.historyResult(createHistoryInfo(), TEST_HISTORY_RESULTS);
return flush().then(function() {
« 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