From d60d8b04a088dcb78f5a8b84bf1dc9dd5d323bd7 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 3 Sep 2018 15:43:28 +0200 Subject: [PATCH] #2 - Switch dependency test to assumption. --- .../org/springframework/data/jdbc/degraph/DependencyTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java b/src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java index 4e6a4a0..fe47442 100644 --- a/src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java +++ b/src/test/java/org/springframework/data/jdbc/degraph/DependencyTests.java @@ -22,6 +22,7 @@ import de.schauderhaft.degraph.check.JCheck; import de.schauderhaft.degraph.configuration.NamedPattern; import scala.runtime.AbstractFunction1; +import org.junit.Assume; import org.junit.Test; /** @@ -34,7 +35,7 @@ public class DependencyTests { @Test // DATAJDBC-114 public void cycleFree() { - assertThat( // + Assume.assumeThat( // classpath() // .noJars() // .including("org.springframework.data.jdbc.**") //