Commit d9285a5a authored by Robert Flack's avatar Robert Flack Committed by Commit Bot

Use MAYBE_TimeT macro to disable flaky TimeTest.TimeT base_unittests test on iOS.

This is a followup to https://crrev.com/c/770451 which added MAYBE_TimeT but didn't use it to disable the test.

TBR=mark@chromium.org

Bug: 782033
Change-Id: Ic6b4d319fcc572c78b01a8642ea415e77dc1a2eb
Reviewed-on: https://chromium-review.googlesource.com/774993Reviewed-by: default avatarRobert Flack <flackr@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517196}
parent 69f6991a
......@@ -119,7 +119,7 @@ class TimeTest : public testing::Test {
#else
#define MAYBE_TimeT TimeT
#endif
TEST_F(TimeTest, TimeT) {
TEST_F(TimeTest, MAYBE_TimeT) {
// C library time and exploded time.
time_t now_t_1 = time(nullptr);
struct tm tms;
......
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