[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior. am: 4c5eeb8346

Original change: https://android-review.googlesource.com/c/platform/bionic/+/2908740

Change-Id: Ib623cf4b4dda4791b0647b7c6d93543389431e30
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/time_test.cpp b/tests/time_test.cpp
index ca8e260..7c96964 100644
--- a/tests/time_test.cpp
+++ b/tests/time_test.cpp
@@ -168,7 +168,7 @@
 #endif
 }
 
-TEST(time, mktime_EOVERFLOW) {
+TEST(time, DISABLED_mktime_EOVERFLOW) {
   setenv("TZ", "UTC", 1);
 
   struct tm t;