Description: Disable multithreadtest and timebasedrollingtest
 Those tests are flaky, they tend to segfault.
Author: Tobias Frost <tobi@debian.org>
Bug: https://issues.apache.org/jira/projects/LOGCXX/issues/LOGCXX-527
Bug: https://issues.apache.org/jira/projects/LOGCXX/issues/LOGCXX-532
Last-Update: 2022-05-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/test/cpp/CMakeLists.txt
+++ b/src/test/cpp/CMakeLists.txt
@@ -54,7 +54,6 @@
     propertyconfiguratortest
     rollingfileappendertestcase
     streamtestcase
-    multithreadtest
     locationtest
     locationdisabledtest
 )
--- a/src/test/cpp/rolling/CMakeLists.txt
+++ b/src/test/cpp/rolling/CMakeLists.txt
@@ -21,7 +21,6 @@
     filterbasedrollingtest
     manualrollingtest
     sizebasedrollingtest
-    timebasedrollingtest
     rollingfileappenderpropertiestest
 )
 foreach(fileName  IN LISTS ROLLING_TESTS)
