From 5eb1f98a213966f8e9ff4ad8851f937816862771 Mon Sep 17 00:00:00 2001 From: yangwei Date: Tue, 6 Aug 2024 14:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test(log=20test=20case):=20disab?= =?UTF-8?q?le=20system=20clock=20modification=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/log/test/gtest_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log/test/gtest_log.cpp b/src/log/test/gtest_log.cpp index 9d8536f..c7c72d2 100644 --- a/src/log/test/gtest_log.cpp +++ b/src/log/test/gtest_log.cpp @@ -65,7 +65,7 @@ TEST(LOG, FILE) #endif #if 1 -TEST(LOG, REOPEN) +TEST(LOG, DISABLED_REOPEN) { char buffer1[1024] = "date \"+%Y-%m-%d\" >> .date.txt"; char buffer2[1024] = "date -s 2099/01/01";