Merge changes from topic "am-1324cc5267bd42bf80b925722de582b5" into main

* changes:
  Merge "[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior." into android14-tests-dev am: c2a27bd25a
  [RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior. am: 4c5eeb8346
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;