Skip to content

Commit

Permalink
[dynamodb] Disable tests
Browse files Browse the repository at this point in the history
Tests are disabled due to compatibility issue of dymbdblocal and jetty upgrade openhab#16493.
To be resolved in subsequent commit.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich committed Mar 17, 2024
1 parent 4d5d472 commit b68b957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundles/org.openhab.persistence.dynamodb/pom.xml
Expand Up @@ -23,6 +23,8 @@
<dep.noembedding>netty-common,netty-transport,netty-transport-native-epoll,netty-transport-native-unix-common,netty-buffer,netty-resolver,netty-codec,netty-codec-http,netty-codec-http2,netty-handler</dep.noembedding>
<!-- slf4j version matching the version specified in openhab-core/pom.xml -->
<slf4j.version>1.7.32</slf4j.version>
<!-- TODO, tests are currently disabled due to compatibility issue of dymbdblocal and jetty upgrade #16493 -->
<maven.test.skip>true</maven.test.skip>
</properties>

<!--Custom repository for DynamoDBLocal -->
Expand Down

0 comments on commit b68b957

Please sign in to comment.