Commit 62514ae9 authored by calamity's avatar calamity Committed by Commit bot

[MD History] Disable toolbar shadow test.

This CL disables the toolbar shadow test because it's flaky. This will be
reenabled after investigation.

BUG=640862

Review-Url: https://codereview.chromium.org/2271583009
Cr-Commit-Position: refs/heads/master@{#414673}
parent 2a444eb2
...@@ -301,7 +301,10 @@ cr.define('md_history.history_list_test', function() { ...@@ -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++) for (var i = 0; i < 10; i++)
app.historyResult(createHistoryInfo(), TEST_HISTORY_RESULTS); app.historyResult(createHistoryInfo(), TEST_HISTORY_RESULTS);
return flush().then(function() { return flush().then(function() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment