Skip to content

Commit

Permalink
build: Disable cluster tests by default, takes too long.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Dec 4, 2023
1 parent c972cee commit ee47de6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.neo4j.driver.AuthTokens;
import org.neo4j.driver.Config;
Expand All @@ -44,6 +45,7 @@
* @author Michael J. Simons
*/
@Testcontainers(disabledWithoutDocker = true)
@Disabled("Only run if needed")
class ClusterTestIT {

static final String USERNAME = "neo4j";
Expand Down

0 comments on commit ee47de6

Please sign in to comment.