| 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() {
|
|
|