TSK-1919: re-enabled the ArchUnit Tests

This commit is contained in:
Oliver Koch 2022-07-29 13:29:22 +02:00 committed by Mustapha Zorgati
parent ba5e582beb
commit 5963d0c22d
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,6 @@ import pro.taskana.testapi.TaskanaIntegrationTest;
* Test architecture of classes in TASKANA. For more info and examples see <a
* href="https://www.archunit.org/userguide/html/000_Index.html">ArchUnit User Guide</a>.
*/
@Disabled
class ArchitectureTest {
// region Test setup
@ -224,6 +223,7 @@ class ArchitectureTest {
}
@Test
@Disabled("Not working as expected, see https://github.com/TNG/ArchUnit/issues/923")
void packagesShouldBeFreeOfCyclicDependencies() {
// Frozen, so it can be improved over time:
// https://www.archunit.org/userguide/html/000_Index.html#_freezing_arch_rules
@ -231,6 +231,7 @@ class ArchitectureTest {
}
@Test
@Disabled("Not working as expected, see https://github.com/TNG/ArchUnit/issues/923")
void classesShouldBeFreeOfCyclicDependencies() {
SliceAssignment everySingleClass =
new SliceAssignment() {