fix: add comment for log reopen test case

This commit is contained in:
luwenpeng
2024-08-13 09:49:04 +08:00
parent 646b95303f
commit ff8630e436

View File

@@ -64,8 +64,9 @@ TEST(LOG, FILE)
}
#endif
#if 1
TEST(LOG, DISABLED_REOPEN)
// disable this test case because it will change the system date
#if 0
TEST(LOG, REOPEN)
{
char buffer1[1024] = "date \"+%Y-%m-%d\" >> .date.txt";
char buffer2[1024] = "date -s 2099/01/01";