| Index: chrome/test/data/webui/ntp4.js
|
| diff --git a/chrome/test/data/webui/ntp4.js b/chrome/test/data/webui/ntp4.js
|
| index e29507022b72a23bf7f76dfbad097dd71e2720f1..3c5c2b32dcfd703f5a1bf73a0d62461dce850b75 100644
|
| --- a/chrome/test/data/webui/ntp4.js
|
| +++ b/chrome/test/data/webui/ntp4.js
|
| @@ -31,7 +31,7 @@ TEST_F('NTP4WebUITest', 'TestBrowsePages', function() {
|
| });
|
|
|
| // http://crbug.com/118944
|
| -TEST_F('NTP4WebUITest', 'FLAKY_NTPHasThumbnails', function() {
|
| +TEST_F('NTP4WebUITest', 'DISABLED_NTPHasThumbnails', function() {
|
| var mostVisited = document.querySelectorAll('.most-visited');
|
| assertEquals(8, mostVisited.length, 'There should be 8 most visited tiles.');
|
|
|
|
|