Skip to content

Commit

Permalink
[64] Remove the explicit Kafka versioning and re-enable the ReactiveM…
Browse files Browse the repository at this point in the history
…essagingWithStrimziIT test.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Jul 27, 2023
1 parent 7ad7ad9 commit c40ae5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.3.1
replicas: 1
listeners:
- name: plain
Expand All @@ -21,7 +20,6 @@ spec:
transaction.state.log.min.isr: 1
default.replication.factor: 1
min.insync.replicas: 1
inter.broker.protocol.version: "3.3"
storage:
type: ephemeral
zookeeper:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import jakarta.ws.rs.core.MediaType;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.wildfly.test.cloud.common.KubernetesResource;
Expand All @@ -54,7 +53,6 @@
}),
@KubernetesResource(definitionLocation = "src/test/container/strimzi-topic.yml")
})
@Disabled("Re-enable once https://github.com/wildfly-extras/wildfly-cloud-tests/issues/64 is fixed")
public class ReactiveMessagingWithStrimziIT extends WildFlyCloudTestCase {

@Test
Expand Down

0 comments on commit c40ae5b

Please sign in to comment.