diff options
| author | yangwei <[email protected]> | 2024-08-06 14:24:48 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-08-12 15:45:50 +0800 |
| commit | 5eb1f98a213966f8e9ff4ad8851f937816862771 (patch) | |
| tree | 3cc6cbf94c695a2c43b0b0bc792d8ef9a53b3599 | |
| parent | a7837d6c93d8d49510ab1e05ee41250c5765bb98 (diff) | |
🧪 test(log test case): disable system clock modification tests
| -rw-r--r-- | src/log/test/gtest_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
