Chromium Code Reviews| 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..25507a95cedcd0179b34f3cc2883cd969a18655d 100644 |
| --- a/ios/chrome/browser/ui/history/history_entry_inserter_unittest.mm |
| +++ b/ios/chrome/browser/ui/history/history_entry_inserter_unittest.mm |
| @@ -95,6 +95,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. |
| + return; |
|
noyau (Ping after 24h)
2017/03/13 09:23:17
To turn it off you should just have to rename the
gambard
2017/03/13 09:25:40
Ooops!
Done
|
| base::Time today = |
| base::Time::Now().LocalMidnight() + base::TimeDelta::FromHours(1); |
| base::TimeDelta day = base::TimeDelta::FromDays(1); |