Skip to content

Commit

Permalink
Disable commandline test on Windows.
Browse files Browse the repository at this point in the history
(cherry picked from commit 7ef20d4)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed May 31, 2024
1 parent 9beb51d commit 2445534
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class KSPCmdLineOptionsIT(val useKSP2: Boolean) {

fun testKsp2(mainClassName: String, platformArgs: List<String>) {
Assume.assumeTrue(useKSP2)
Assume.assumeFalse(System.getProperty("os.name").startsWith("Windows", ignoreCase = true))

val sharedArgs = getKsp2SharedArgs()
val kspMain = getKsp2Main(mainClassName)
Expand Down

0 comments on commit 2445534

Please sign in to comment.