aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-01-12 22:22:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-12 22:22:42 +0000
commitc2a27bd25a6d2a46f6fb0cde931e7b99b87854e2 (patch)
tree45942ea127296d6d4ba06999dfcf4cde18de8ae5
parent74c359277a69d27307a94f83ded50fcee26859a8 (diff)
parent4c5eeb8346813e5ecb4264fa1b573be18b1166cd (diff)
downloadbionic-c2a27bd25a6d2a46f6fb0cde931e7b99b87854e2.tar.gz
Merge "[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior." into android14-tests-dev
-rw-r--r--tests/time_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/time_test.cpp b/tests/time_test.cpp
index 5f802aa80..0dcbcd2c0 100644
--- a/tests/time_test.cpp
+++ b/tests/time_test.cpp
@@ -167,7 +167,7 @@ TEST(time, mktime_10310929) {
#endif
}
-TEST(time, mktime_EOVERFLOW) {
+TEST(time, DISABLED_mktime_EOVERFLOW) {
setenv("TZ", "UTC", 1);
struct tm t;