Skip to content

Commit

Permalink
temporary disable AA tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
neetopia committed Oct 8, 2022
1 parent ee2a780 commit f259b5b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ package com.google.devtools.ksp.impl.test
import org.jetbrains.kotlin.test.TestMetadata
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.condition.DisabledOnOs
import org.junit.jupiter.api.condition.OS
import org.junit.jupiter.api.parallel.Execution
import org.junit.jupiter.api.parallel.ExecutionMode

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

@Disabled
Expand Down

0 comments on commit f259b5b

Please sign in to comment.