Skip to content

Commit f124101

Browse files
committed
Java Vanilla API
1 parent 389e327 commit f124101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thoth-jooq-reactor/src/test/java/fr/maif/eventsourcing/AbstractPostgresEventStoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void stopDb() {
6767
}
6868

6969
protected static boolean isCi() {
70-
return "true".equals(System.getenv("CI"));
70+
return false; //"true".equals(System.getenv("CI"));
7171
}
7272

7373
protected static Integer port() {

0 commit comments

Comments
 (0)