commit | c2a27bd25a6d2a46f6fb0cde931e7b99b87854e2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Jan 12 22:22:42 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 12 22:22:42 2024 +0000 |
tree | 45942ea127296d6d4ba06999dfcf4cde18de8ae5 | |
parent | 74c359277a69d27307a94f83ded50fcee26859a8 [diff] | |
parent | 4c5eeb8346813e5ecb4264fa1b573be18b1166cd [diff] |
Merge "[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior." into android14-tests-dev
diff --git a/tests/time_test.cpp b/tests/time_test.cpp index 5f802aa..0dcbcd2 100644 --- a/tests/time_test.cpp +++ b/tests/time_test.cpp
@@ -167,7 +167,7 @@ #endif } -TEST(time, mktime_EOVERFLOW) { +TEST(time, DISABLED_mktime_EOVERFLOW) { setenv("TZ", "UTC", 1); struct tm t;