This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 44c118df Exclude SystemCollectorTest itest from CI
44c118df is described below
commit 44c118dfcb37b2a8e3c32d3d1b4998f2332c0788
Author: JB Onofré <[email protected]>
AuthorDate: Sun Feb 9 07:19:19 2025 +0100
Exclude SystemCollectorTest itest from CI
---
itest/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/itest/pom.xml b/itest/pom.xml
index 3f7ad32d..e023a7b8 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -258,6 +258,7 @@
<excludes>
<!-- TODO these itests are problematic on CI,
see https://github.com/apache/karaf-decanter/issues/369 -->
<exclude>**/OshiCollectorTest.java</exclude>
+ <exclude>**/SystemCollectorTest.java</exclude>
<exclude>**/Log4jSocketCollectorTest.java</exclude>
<exclude>**/SocketCollectorTest.java</exclude>
<exclude>**/KafkaCollectorTest.java</exclude>