Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded kotlin to 1.9.20 #556

Merged
merged 17 commits into from
Feb 28, 2024
Prev Previous commit
Next Next commit
update exclude patterns -- all tests are failing on JS
  • Loading branch information
nulls committed Nov 9, 2023
commit c52af8857a595644d8066048a0e2254bd348d91d
6 changes: 5 additions & 1 deletion save-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ kotlin {
browser()
testRuns.configureEach {
filter {
setExcludePatterns("*/ProcessBuilderTest.kt")
setExcludePatterns(
"*ExtraFlagsExtractorTest*",
"*ProcessBuilderTest",
"*FileUtilsTest*",
)
}
}
}
Expand Down
Loading