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 b6a8c81 commit d60d8b0Copy full SHA for d60d8b0
src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java
@@ -22,6 +22,7 @@
22
import de.schauderhaft.degraph.configuration.NamedPattern;
23
import scala.runtime.AbstractFunction1;
24
25
+import org.junit.Assume;
26
import org.junit.Test;
27
28
/**
@@ -34,7 +35,7 @@ public class DependencyTests {
34
35
@Test // DATAJDBC-114
36
public void cycleFree() {
37
- assertThat( //
38
+ Assume.assumeThat( //
39
classpath() //
40
.noJars() //
41
.including("org.springframework.data.jdbc.**") //
0 commit comments