This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit bc99e5443ae3d7eccfdfc504940417114f1f440e Author: Otavio R. Piske <[email protected]> AuthorDate: Tue Feb 9 21:41:16 2021 +0100 Disabled Azure storage queue sink tests due to GH issue #976 --- .../azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java b/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java index ef12c18..1d5eb05 100644 --- a/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java +++ b/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/sink/CamelSinkAzureStorageQueueITCase.java @@ -33,6 +33,7 @@ import org.apache.camel.test.infra.azure.common.services.AzureService; import org.apache.camel.test.infra.azure.storage.queue.services.AzureStorageQueueServiceFactory; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInstance; import org.junit.jupiter.api.Timeout; @@ -43,6 +44,7 @@ import org.slf4j.LoggerFactory; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.fail; +@Disabled(value = "Disabled due to issue #976") @TestInstance(TestInstance.Lifecycle.PER_CLASS) public class CamelSinkAzureStorageQueueITCase extends CamelSinkTestSupport { @RegisterExtension
