Merge "Revert "[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior."" into main
diff --git a/tests/time_test.cpp b/tests/time_test.cpp
index 7c96964..ca8e260 100644
--- a/tests/time_test.cpp
+++ b/tests/time_test.cpp
@@ -168,7 +168,7 @@
 #endif
 }
 
-TEST(time, DISABLED_mktime_EOVERFLOW) {
+TEST(time, mktime_EOVERFLOW) {
   setenv("TZ", "UTC", 1);
 
   struct tm t;