Skip to content

Commit

Permalink
test: enable integration tests for neo4j 5.15+
Browse files Browse the repository at this point in the history
  • Loading branch information
venikkin committed Dec 22, 2023
1 parent 2e9dace commit a7c5952
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/java/org/neo4j/cdc/client/CDCClientLatestIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,12 @@
import java.util.Map;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.neo4j.driver.AuthTokens;
import org.neo4j.driver.Driver;
import org.neo4j.driver.GraphDatabase;
import org.testcontainers.containers.Neo4jContainer;
import org.testcontainers.junit.jupiter.Container;

/**
* TODO At the moment of writing Neo4j 5.15 hasn't publicly releases yet. This means that these tests are identical to
* {@link CDCClient514IT Integration tests for Neo4j 5.14}. When 5.15 is released, we need to enabled these tests.
*/
@Disabled
public class CDCClientLatestIT extends CDCClientIT {

private static final String NEO4J_VERSION = "5";
Expand Down

0 comments on commit a7c5952

Please sign in to comment.