You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/21 08:50:37 UTC

[camel-spring-boot] branch main updated: CAMEL-17834: camel-spring-boot - Some itests are failing

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new ebedcbd  CAMEL-17834: camel-spring-boot - Some itests are failing
ebedcbd is described below

commit ebedcbd2ecb3f6a163da87379328aaac8cabaf7f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 21 09:50:27 2022 +0100

    CAMEL-17834: camel-spring-boot - Some itests are failing
---
 .../src/test/java/org/apache/camel/itest/springboot/CamelJiraTest.java   | 1 -
 .../src/test/java/org/apache/camel/itest/springboot/CamelSlackTest.java  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJiraTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJiraTest.java
index 057f852..d71b576 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJiraTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJiraTest.java
@@ -35,7 +35,6 @@ public class CamelJiraTest extends AbstractSpringBootTestSupport {
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
                 .module(inferModuleName(CamelJiraTest.class))
-                .unitTestExpectedNumber(0)
                 .build();
     }
 
diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSlackTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSlackTest.java
index a905699..07cfa6c 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSlackTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSlackTest.java
@@ -36,7 +36,6 @@ public class CamelSlackTest extends AbstractSpringBootTestSupport {
         return new ITestConfigBuilder()
                 .module(inferModuleName(CamelSlackTest.class))
                 .unitTestExclusionPattern(".*(\\.integration\\..*|IntegrationTest$|SlackProducerTest$)") // excluding blueprint tests
-                .unitTestExpectedNumber(0)
                 .build();
     }