We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f87ef commit c95dba2Copy full SHA for c95dba2
src/test/java/org/springframework/data/r2dbc/DependencyTests.java
@@ -20,6 +20,7 @@
20
21
import de.schauderhaft.degraph.check.JCheck;
22
import de.schauderhaft.degraph.configuration.NamedPattern;
23
+import org.junit.jupiter.api.Disabled;
24
import scala.runtime.AbstractFunction1;
25
26
import org.junit.Assume;
@@ -47,6 +48,7 @@ public void cycleFree() {
47
48
}
49
50
@Test // DATAJDBC-220
51
+ @Disabled("Cycle in Spring Data Commons")
52
public void acrossModules() {
53
54
assertThat( //
0 commit comments