File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
analysis/ccsh/src/test/kotlin/de/maibornwolff/codecharta/ccsh Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import io.mockk.verify
1414import org.assertj.core.api.Assertions.assertThat
1515import org.junit.jupiter.api.AfterEach
1616import org.junit.jupiter.api.BeforeEach
17+ import org.junit.jupiter.api.Disabled
1718import org.junit.jupiter.api.Test
1819import org.junit.jupiter.api.TestInstance
1920import org.junit.jupiter.api.Timeout
@@ -270,6 +271,10 @@ class CcshTest {
270271 verify { AnalyserService .executeSelectedAnalyser(any(), any()) }
271272 }
272273
274+ @Disabled(
275+ " Disabled as mockk has a bug that throws a stackoverflow when mocking System::class in Java 17, " +
276+ " see https://github.com/mockk/mockk/issues/1190"
277+ )
273278 @Test
274279 fun `should execute the selected interactive analyser when only called with name and no args` () {
275280 // given
You can’t perform that action at this time.
0 commit comments