| Index: ios/chrome/browser/ui/history/history_entry_inserter_unittest.mm
|
| diff --git a/ios/chrome/browser/ui/history/history_entry_inserter_unittest.mm b/ios/chrome/browser/ui/history/history_entry_inserter_unittest.mm
|
| index 2ae31774eda7a6c92c4c3e7adda5e1f2d5e86f70..80ab2e779845a461195a33f5ddee76ba512ee324 100644
|
| --- a/ios/chrome/browser/ui/history/history_entry_inserter_unittest.mm
|
| +++ b/ios/chrome/browser/ui/history/history_entry_inserter_unittest.mm
|
| @@ -94,7 +94,8 @@ TEST_F(HistoryEntryInserterTest, AddItems) {
|
|
|
| // Tests that items from different dates are added in correctly ordered
|
| // sections.
|
| -TEST_F(HistoryEntryInserterTest, AddSections) {
|
| +// TODO(crbug.com/700814): Reneable it.
|
| +TEST_F(HistoryEntryInserterTest, DISABLED_AddSections) {
|
| base::Time today =
|
| base::Time::Now().LocalMidnight() + base::TimeDelta::FromHours(1);
|
| base::TimeDelta day = base::TimeDelta::FromDays(1);
|
|
|