Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Feb 14, 2024
1 parent e29b5d3 commit c0edcb5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
import org.apache.kafka.common.serialization.StringSerializer;
import org.apache.kafka.connect.json.JsonSerializer;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.testcontainers.containers.KafkaContainer;
import org.testcontainers.utility.DockerImageName;

@Disabled("need to fix docker container networking")
public class KafkaSourceAcceptanceTest extends SourceAcceptanceTest {

private static final ObjectMapper mapper = MoreMappers.initMapper();
Expand Down

0 comments on commit c0edcb5

Please sign in to comment.