Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: ios/chrome/browser/ui/history/history_entry_inserter_unittest.mm

Issue 2746893002: Disable HistoryEntryInserterTest.AddSection unit test (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698