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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 65fd1da6a6e12c39741d558ff3f3731d243f4195
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Jul 27 17:04:43 2022 +0200

    (chores) itests-azure-storage: re-enable test
    
    The issue that caused the test to be disabled is fixed
---
 .../azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java
 
b/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java
index 687b8178a..521b7f1d8 100644
--- 
a/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java
+++ 
b/tests/itests-azure-storage-queue/src/test/java/org/apache/camel/kafkaconnector/azure/storage/queue/source/CamelSourceAzureStorageQueueITCase.java
@@ -33,7 +33,6 @@ import 
org.apache.camel.test.infra.azure.storage.queue.services.AzureStorageQueu
 import org.apache.camel.test.infra.common.TestUtils;
 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;
@@ -41,7 +40,6 @@ import org.junit.jupiter.api.extension.RegisterExtension;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
-@Disabled(value = "Disabled due to issue #976")
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class CamelSourceAzureStorageQueueITCase extends CamelSourceTestSupport 
{
     @RegisterExtension

Reply via email to