We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9c92b commit c973830Copy full SHA for c973830
krpc/krpc-test/build.gradle.kts
@@ -92,6 +92,11 @@ tasks.withType<KotlinJvmTest> {
92
}
93
94
95
+// sporadic failures in CI, probably not kRPC related
96
+tasks.withType<KotlinJsTest> {
97
+ onlyIf { !name.contains("browser", ignoreCase = true) }
98
+}
99
+
100
val resourcesPath = projectDir.resolve("src/jvmTest/resources")
101
val tmpExt = "tmp"
102
val goldExt = "gold"
0 commit comments