FIR IDE: do not run tests from idea-fir module in parallel
This commit is contained in:
@@ -42,7 +42,7 @@ sourceSets {
|
|||||||
"test" { projectDefault() }
|
"test" { projectDefault() }
|
||||||
}
|
}
|
||||||
|
|
||||||
projectTest(parallel = true) {
|
projectTest(parallel = false) {
|
||||||
dependsOn(":dist")
|
dependsOn(":dist")
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
val useFirIdeaPlugin = kotlinBuildProperties.useFirIdeaPlugin
|
val useFirIdeaPlugin = kotlinBuildProperties.useFirIdeaPlugin
|
||||||
|
|||||||
Reference in New Issue
Block a user