This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 03b26d7 CAMEL-16400: adjust manual integration tests for camel-splunk-hec (#5415) 03b26d7 is described below commit 03b26d7692274217b4250dfcbdfd8065cb71a992 Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com> AuthorDate: Mon Apr 19 13:51:41 2021 +0200 CAMEL-16400: adjust manual integration tests for camel-splunk-hec (#5415) --- components/camel-splunk-hec/pom.xml | 9 +++++++++ .../{SplunkHECIntegrationTest.java => SplunkHECIT.java} | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/components/camel-splunk-hec/pom.xml b/components/camel-splunk-hec/pom.xml index c2cacf6..aab31e8 100644 --- a/components/camel-splunk-hec/pom.xml +++ b/components/camel-splunk-hec/pom.xml @@ -70,4 +70,13 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId> + </plugin> + </plugins> + </build> + </project> diff --git a/components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/integration/SplunkHECIntegrationTest.java b/components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/integration/SplunkHECIT.java similarity index 98% rename from components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/integration/SplunkHECIntegrationTest.java rename to components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/integration/SplunkHECIT.java index b2596ad..8591016 100644 --- a/components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/integration/SplunkHECIntegrationTest.java +++ b/components/camel-splunk-hec/src/test/java/org/apache/camel/component/splunkhec/integration/SplunkHECIT.java @@ -37,7 +37,7 @@ import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; @Disabled("run manually since it requires a running local splunk server") -public class SplunkHECIntegrationTest extends CamelTestSupport { +public class SplunkHECIT extends CamelTestSupport { @Test public void testSendHEC() throws Exception {