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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7ade0e8cb5 Enable Kinesis test to run every time (even with external 
AWS service)
7ade0e8cb5 is described below

commit 7ade0e8cb527496fd12f49a543503c112e2e7fcf
Author: Lukas Lowinger <[email protected]>
AuthorDate: Wed Jul 8 08:50:47 2026 +0200

    Enable Kinesis test to run every time (even with external AWS service)
---
 .../apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/integration-test-groups/aws2/aws2-kinesis/src/test/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisTest.java
 
b/integration-test-groups/aws2/aws2-kinesis/src/test/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisTest.java
index 5c429defe1..ad8a25b651 100644
--- 
a/integration-test-groups/aws2/aws2-kinesis/src/test/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisTest.java
+++ 
b/integration-test-groups/aws2/aws2-kinesis/src/test/java/org/apache/camel/quarkus/component/aws2/kinesis/it/Aws2KinesisTest.java
@@ -28,6 +28,7 @@ import 
org.apache.camel.quarkus.test.support.aws2.BaseAWs2TestSupport;
 import org.apache.camel.quarkus.test.support.aws2.Service;
 import org.awaitility.Awaitility;
 import org.jboss.logging.Logger;
+import org.junit.jupiter.api.Test;
 import software.amazon.awssdk.services.s3.S3Client;
 
 @QuarkusTest
@@ -43,6 +44,7 @@ class Aws2KinesisTest extends BaseAWs2TestSupport {
         super("/aws2-kinesis");
     }
 
+    @Test
     public void kinesis() {
         LOG.info("Testing kinesis");
         final String msg = "kinesis-" + 
java.util.UUID.randomUUID().toString().replace("-", "");

Reply via email to