Skip to content

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
(cherry picked from commit 122fdbd)
  • Loading branch information
acogoluegnes committed Feb 18, 2025
1 parent fd2ca8b commit b75b24b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/start-broker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mv tls-gen/basic/result/server_$(hostname -s)_key.pem tls-gen/basic/result/serve
mv tls-gen/basic/server_$(hostname -s) tls-gen/basic/server
mv tls-gen/basic/client_$(hostname -s) tls-gen/basic/client

rm -rf rabbitmq-configuration
mkdir -p rabbitmq-configuration/tls

cp -R "${PWD}"/tls-gen/basic/* rabbitmq-configuration/tls
Expand Down
1 change: 1 addition & 0 deletions ci/start-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mv tls-gen/basic/result/server_$(hostname -s)_key.pem tls-gen/basic/result/serve
mv tls-gen/basic/server_$(hostname -s) tls-gen/basic/server
mv tls-gen/basic/client_$(hostname -s) tls-gen/basic/client

rm -rf rabbitmq-configuration
mkdir -p rabbitmq-configuration/tls

cp -R "${PWD}"/tls-gen/basic/* rabbitmq-configuration/tls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import java.io.IOException;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.rabbitmq.client.GetResponse;
Expand Down Expand Up @@ -67,6 +68,7 @@ protected void releaseResources() throws IOException {
assertNotNull(basicGet());
}

@Disabled("Does not apply with Khepri (update datastore while second node is down)")
@Test public void semiDurableBindingRemoval() throws IOException {
if (clusteredConnection != null) {
deleteExchange("x");
Expand Down

0 comments on commit b75b24b

Please sign in to comment.