FIR IDE: do not run tests from idea-fir module in parallel

This commit is contained in:
Ilya Kirillov
2021-06-21 02:19:23 +02:00
parent dd0a91cc15
commit caf4eba2df
+1 -1
View File
@@ -42,7 +42,7 @@ sourceSets {
"test" { projectDefault() }
}
projectTest(parallel = true) {
projectTest(parallel = false) {
dependsOn(":dist")
workingDir = rootDir
val useFirIdeaPlugin = kotlinBuildProperties.useFirIdeaPlugin