Skip to content

Commit 25bc938

Browse files
committed
Debug
1 parent 49bb1c4 commit 25bc938

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/org/springframework/data/neo4j/core/mapping/Neo4jMappingContextTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import java.util.stream.Collectors;
3232

3333
import org.assertj.core.api.Assertions;
34+
import org.junit.jupiter.api.Disabled;
3435
import org.junit.jupiter.api.Nested;
3536
import org.junit.jupiter.api.RepeatedTest;
3637
import org.junit.jupiter.api.Test;
@@ -1285,6 +1286,7 @@ void startupWithWrongKindOfGeneratedIDShouldFail() {
12851286
}
12861287

12871288
@Test // GH-2118
1289+
@Disabled
12881290
void noWarningShouldBeLogged(LogbackCapture logbackCapture) {
12891291

12901292
Neo4jMappingContext schema = new Neo4jMappingContext();

0 commit comments

Comments
 (0)