Skip to content

Commit

Permalink
disable KSPAATest on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia authored and ting-yuan committed Oct 26, 2023
1 parent 6c333fa commit c0063eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 c0063eb

Please sign in to comment.