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

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


The following commit(s) were added to refs/heads/main by this push:
     new f5ea164d7 chore: disable DDB integration tests pending LocalStack 
migration (#2872)
f5ea164d7 is described below

commit f5ea164d7b563c3a16825bb83cf9728e9b13b3b0
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 22 22:14:40 2026 +0200

    chore: disable DDB integration tests pending LocalStack migration (#2872)
    
    UpdateItem and DeleteItem operations fail against LocalStack. Unit tests
    in camel core confirm the component logic is correct. Disabled by
    renaming to .disabled until tests are migrated to a suitable alternative.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 ...em.citrus.it.yaml => aws-ddb-sink-delete-item.citrus.it.yaml.disabled} | 0
 ...-item.citrus.it.yaml => aws-ddb-sink-put-item.citrus.it.yaml.disabled} | 0
 ...em.citrus.it.yaml => aws-ddb-sink-update-item.citrus.it.yaml.disabled} | 0
 ...s-ddb-source.citrus.it.yaml => aws-ddb-source.citrus.it.yaml.disabled} | 0
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.citrus.it.yaml
 
b/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.citrus.it.yaml.disabled
similarity index 100%
rename from 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.citrus.it.yaml
rename to 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-delete-item.citrus.it.yaml.disabled
diff --git 
a/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml
 
b/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml.disabled
similarity index 100%
rename from 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml
rename to 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml.disabled
diff --git 
a/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.citrus.it.yaml
 
b/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.citrus.it.yaml.disabled
similarity index 100%
rename from 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.citrus.it.yaml
rename to 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-sink-update-item.citrus.it.yaml.disabled
diff --git 
a/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.citrus.it.yaml
 
b/tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.citrus.it.yaml.disabled
similarity index 100%
rename from 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.citrus.it.yaml
rename to 
tests/camel-kamelets-itest/src/test/resources/aws/ddb/aws-ddb-source.citrus.it.yaml.disabled

Reply via email to