Skip to content

Commit

Permalink
Mute KSPAATest on 1.0.13
Browse files Browse the repository at this point in the history
There is no compatible kotlin-compiler-for-ide:1.9.20-* for
kotlin-compiler-internal-test-framework:1.9.20-Beta

KSP AA is tested on the main branch so the test in release branches are
redundant anyways.
  • Loading branch information
ting-yuan committed Sep 11, 2023
1 parent e8e6e0e commit ccf4728
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -25,6 +25,7 @@ import org.junit.jupiter.api.condition.OS
import org.junit.jupiter.api.parallel.Execution
import org.junit.jupiter.api.parallel.ExecutionMode

@Disabled
@Execution(ExecutionMode.SAME_THREAD)
@DisabledOnOs(OS.WINDOWS)
class KSPAATest : AbstractKSPAATest() {
Expand Down

0 comments on commit ccf4728

Please sign in to comment.