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:
@@ -45,6 +45,7 @@ public class DependencyTests {
|
||||
}
|
||||
|
||||
@Test // DATAJDBC-220
|
||||
@Disabled("Cycle in Spring Data Commons")
|
||||
public void acrossModules() {
|
||||
|
||||
assertThat( //
|
||||
|
||||
@@ -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( //
|
||||
|
||||
Reference in New Issue
Block a user