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 e7f8800f Exclude JmsCollectorTest itest from CI
e7f8800f is described below
commit e7f8800fb6b867b8488cd9df0f375e2b5a2402d7
Author: JB Onofré <[email protected]>
AuthorDate: Fri Feb 7 17:30:11 2025 +0100
Exclude JmsCollectorTest itest from CI
---
itest/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/itest/pom.xml b/itest/pom.xml
index 67fb5605..aa81a25c 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -261,6 +261,7 @@
<exclude>**/Log4jSocketCollectorTest.java</exclude>
<exclude>**/SocketCollectorTest.java</exclude>
<exclude>**/KafkaCollectorTest.java</exclude>
+ <exclude>**/JmsCollectorTest.java</exclude>
</excludes>
</configuration>
</plugin>