Skip to content

Commit

Permalink
Exclude some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pkukielka committed Oct 31, 2024
1 parent e62b224 commit 8a5fd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ tasks {
withType<KotlinCompile> { dependsOn("copyProtocol") }

test {
exclude("**/cody/**")
jvmArgs("-Didea.ProcessCanceledException=disabled")
agentProperties.forEach { (key, value) -> systemProperty(key, value) }
dependsOn("buildCody")
Expand Down

0 comments on commit 8a5fd88

Please sign in to comment.