Skip to content

Commit

Permalink
temporary disable AA tests on Windows
Browse files Browse the repository at this point in the history
(cherry picked from commit f259b5b)
  • Loading branch information
neetopia authored and KSP Auto Pick committed Oct 8, 2022
1 parent e004327 commit 06c05e7
Showing 1 changed file with 3 additions and 0 deletions.
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 06c05e7

Please sign in to comment.