🧪 test(log test case): disable system clock modification tests

This commit is contained in:
yangwei
2024-08-06 14:24:48 +08:00
committed by luwenpeng
parent a7837d6c93
commit 5eb1f98a21

View File

@@ -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";