| Index: chrome/test/data/webui/history_browsertest.js
|
| diff --git a/chrome/test/data/webui/history_browsertest.js b/chrome/test/data/webui/history_browsertest.js
|
| index 40aec469d0053fd9fc8b3e0f67f5b627a205e6b6..57fe49079fdeb260e2ce7ad21e578569fb279a46 100644
|
| --- a/chrome/test/data/webui/history_browsertest.js
|
| +++ b/chrome/test/data/webui/history_browsertest.js
|
| @@ -506,14 +506,9 @@ TEST_F('HistoryWebUITest', 'DISABLED_bulkDeletion', function() {
|
|
|
| /**
|
| * Test selecting multiple entries using shift click.
|
| - * Disabled due to time out on win and mac: crbug/375910
|
| + * Disabled due to time out on all platforms: crbug/375910
|
| */
|
| -GEN('#if defined(OS_WIN) || defined(OS_MACOSX)');
|
| -GEN('#define MAYBE_multipleSelect DISABLED_multipleSelect');
|
| -GEN('#else');
|
| -GEN('#define MAYBE_multipleSelect multipleSelect');
|
| -GEN('#endif');
|
| -TEST_F('HistoryWebUITest', 'MAYBE_multipleSelect', function() {
|
| +TEST_F('HistoryWebUITest', 'DISABLED_multipleSelect', function() {
|
| var checkboxes = document.querySelectorAll(
|
| '#results-display input[type=checkbox]');
|
|
|
|
|