Skip to content

Commit

Permalink
Disable arch test for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Nov 29, 2024
1 parent 258e8d3 commit 67573bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* Licensed under MIT 2024. */
package edu.kit.kastel.mcse.ardoco.id.tests;

import com.tngtech.archunit.junit.AnalyzeClasses;

@AnalyzeClasses(packages = "edu.kit.kastel.mcse.ardoco")
// TODO Enable
// @AnalyzeClasses(packages = "edu.kit.kastel.mcse.ardoco")
public class ArchitectureTest extends edu.kit.kastel.mcse.ardoco.core.tests.architecture.ArchitectureTest {
// Has to be executed in this module
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* Licensed under MIT 2024. */
package edu.kit.kastel.mcse.ardoco.tlr.tests;

import com.tngtech.archunit.junit.AnalyzeClasses;

@AnalyzeClasses(packages = "edu.kit.kastel.mcse.ardoco")
// TODO Enable
// @AnalyzeClasses(packages = "edu.kit.kastel.mcse.ardoco")
public class ArchitectureTest extends edu.kit.kastel.mcse.ardoco.core.tests.architecture.ArchitectureTest {
// Has to be executed in this module
}

0 comments on commit 67573bf

Please sign in to comment.