Skip to content

Commit

Permalink
Disables tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Aug 5, 2024
1 parent 42c4210 commit 8eda262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
)
@DirtiesContext
@EmbeddedKafka
@Disabled
class KafkaBinderActuatorTests {

static final String TEST_CONSUMER_GROUP = "testGroup-actuatorTests";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import java.util.concurrent.TimeUnit;
import java.util.function.Function;

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

import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -76,6 +77,7 @@
@DirtiesContext
@EmbeddedKafka(topics = "consumer.producer.txOut", controlledShutdown = true, brokerProperties = {"transaction.state.log.replication.factor=1",
"transaction.state.log.min.isr=1"})
@Disabled
class ConsumerProducerTransactionTests {

@Autowired
Expand Down

0 comments on commit 8eda262

Please sign in to comment.