Commit 25eb70f6 authored by Scott Graham's avatar Scott Graham

Disable CreditCaredTest.GetLastUsedDateForDisplay

Failing on tree.

LastUsedDateForDisplay is returning "Last used over a year ago", rather
than "last used Nov 30" as of today, Dec 1.

NOTRUE=true

TBR: sebsg@chromium.org
Bug: 791067
Change-Id: I7bb1deeb3a7fa7439c9e15bbe8d3e47951091a7b
Reviewed-on: https://chromium-review.googlesource.com/803657Reviewed-by: default avatarScott Graham <scottmg@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521004}
parent d0d0d050
...@@ -1271,7 +1271,12 @@ INSTANTIATE_TEST_CASE_P( ...@@ -1271,7 +1271,12 @@ INSTANTIATE_TEST_CASE_P(
// Test that credit card last used date suggestion can be generated correctly // Test that credit card last used date suggestion can be generated correctly
// in different variations. // in different variations.
TEST(CreditCardTest, GetLastUsedDateForDisplay) {
// TODO(scottmg): Disabling as sheriff. On Android, LastUsedDateForDisplay is
// returning "Last used over a year ago", rather than "last used Nov 30" as of
// today, Dec 1. https://crbug.com/791067.
TEST(CreditCardTest, DISABLED_GetLastUsedDateForDisplay) {
const base::Time::Exploded kTestDateTimeExploded = { const base::Time::Exploded kTestDateTimeExploded = {
2016, 12, 6, 10, // Sat, Dec 10, 2016 2016, 12, 6, 10, // Sat, Dec 10, 2016
15, 42, 7, 0 // 15:42:07.000 15, 42, 7, 0 // 15:42:07.000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment