fix: add comment for log reopen test case
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user