This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new 441fc74 Fix HTTPS-sink-connector duplicates protocol #1077 441fc74 is described below commit 441fc740a25a43a422072cda19e215fc1dbac4ad Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Thu Apr 1 13:30:53 2021 +0900 Fix HTTPS-sink-connector duplicates protocol #1077 --- .../apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java b/tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java index c12de94..a82101b 100644 --- a/tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java +++ b/tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java @@ -33,7 +33,6 @@ import org.apache.camel.kafkaconnector.common.services.mockweb.MockWebService; import org.apache.camel.kafkaconnector.common.test.CamelSinkTestSupport; import org.apache.http.conn.ssl.NoopHostnameVerifier; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Timeout; import org.junit.jupiter.api.extension.RegisterExtension; @@ -127,7 +126,6 @@ public class CamelSinkHTTPSITCase extends CamelSinkTestSupport { @Test @Timeout(60) - @Disabled("HTTPS-sink-connector duplicates protocol #1077") public void testBasicSendReceiveHttpUriWithQueryString() throws Exception { mockWebService.enqueueResponses(expect);