Revert "[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior."
This reverts commit 4c5eeb8346813e5ecb4264fa1b573be18b1166cd in main,
where we have the newer tzcode and so can pass the stricter test.
Bug: http://b/307680874
Test: treehugger
Change-Id: I28a6f423815655a59fb503230e50a7b618b0349a
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;