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 30400024 Exclude KafkaCollectorTest for CI
30400024 is described below
commit 304000244d0f2896bb96b1d186607e4ff7de8f8e
Author: JB Onofré <[email protected]>
AuthorDate: Thu Feb 6 16:02:48 2025 +0100
Exclude KafkaCollectorTest for CI
---
itest/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/itest/pom.xml b/itest/pom.xml
index 4bf5fe98..67fb5605 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -260,6 +260,7 @@
<exclude>**/OshiCollectorTest.java</exclude>
<exclude>**/Log4jSocketCollectorTest.java</exclude>
<exclude>**/SocketCollectorTest.java</exclude>
+ <exclude>**/KafkaCollectorTest.java</exclude>
</excludes>
</configuration>
</plugin>