Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d239bf9

Browse files
author
Alexander Perepelkin
committed
test daily rolling: disable test which changes dates
1 parent 2053240 commit d239bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testDailyRollingFileAppender.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ int main()
326326
res = testConfigDailyRollingFileAppender();
327327

328328
// Note: this test changes system time. Run it only manually
329-
if (!res)
330-
res = OnlyManualTesting::testDailyRollingFileAppenderChangeDateManualOnly();
329+
// if (!res)
330+
// res = OnlyManualTesting::testDailyRollingFileAppenderChangeDateManualOnly();
331331

332332
return res;
333333
}

0 commit comments

Comments
 (0)