Disable package cycle tests.

Property Converters introduced a cycle so we're disabling the tests for now as we cannot resolve these from here.

See #1176
This commit is contained in:
Mark Paluch
2022-03-21 08:48:26 +01:00
parent 2c66ce5d3d
commit 2516067553
2 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ public class DependencyTests {
}
@Test // DATAJDBC-220
@Disabled("Cycle in Spring Data Commons")
public void acrossModules() {
assertThat( //

View File

@@ -19,6 +19,7 @@ import static de.schauderhaft.degraph.check.JCheck.*;
import static org.hamcrest.MatcherAssert.*;
import de.schauderhaft.degraph.check.JCheck;
import org.junit.jupiter.api.Disabled;
import scala.runtime.AbstractFunction1;
import org.junit.jupiter.api.Test;
@@ -48,6 +49,7 @@ public class DependencyTests {
}
@Test // DATAJDBC-220
@Disabled("Cycle in Spring Data Commons")
public void acrossModules() {
assertThat( //