| Index: chrome/test/data/webui/md_history/md_history_browsertest.js
|
| diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| index 2b9ed5b1fd10bc0607300216b8d5b3c7082720ee..23de4b2931b54366efae74f0d4ac72ddd1facbf4 100644
|
| --- a/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| +++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| @@ -111,7 +111,6 @@ MaterialHistoryItemTest.prototype = {
|
| };
|
|
|
| TEST_F('MaterialHistoryItemTest', 'All', function() {
|
| - md_history.history_item_test.registerTests();
|
| mocha.run();
|
| });
|
|
|
| @@ -126,7 +125,6 @@ MaterialHistoryListTest.prototype = {
|
| };
|
|
|
| TEST_F('MaterialHistoryListTest', 'All', function() {
|
| - md_history.history_list_test.registerTests();
|
| mocha.run();
|
| });
|
|
|
| @@ -141,7 +139,6 @@ MaterialHistoryMetricsTest.prototype = {
|
| };
|
|
|
| TEST_F('MaterialHistoryMetricsTest', 'All', function() {
|
| - md_history.history_metrics_test.registerTests();
|
| mocha.run();
|
| });
|
|
|
| @@ -156,7 +153,6 @@ MaterialHistoryOverflowMenuTest.prototype = {
|
| };
|
|
|
| TEST_F('MaterialHistoryOverflowMenuTest', 'All', function() {
|
| - md_history.history_overflow_menu_test.registerTests();
|
| mocha.run();
|
| });
|
|
|
| @@ -220,7 +216,6 @@ MaterialHistorySyncedTabsTest.prototype = {
|
|
|
| // Fails on Mac, http://crbug.com/640862
|
| TEST_F('MaterialHistorySyncedTabsTest', 'DISABLED_All', function() {
|
| - md_history.history_synced_tabs_test.registerTests();
|
| mocha.run();
|
| });
|
|
|
| @@ -241,7 +236,6 @@ MaterialHistorySupervisedUserTest.prototype = {
|
| };
|
|
|
| TEST_F('MaterialHistorySupervisedUserTest', 'All', function() {
|
| - md_history.history_supervised_user_test.registerTests();
|
| mocha.run();
|
| });
|
|
|
|
|