Disable finalizing by 'cleanTestKitDir' for 'kgpDaemonTests' task.
Seems jna dependency file descriptor is leaking on Windows agents, leading to '.testKitDir' directory remove error.
This commit is contained in:
@@ -230,7 +230,8 @@ val daemonsTestsTask = tasks.register<Test>("kgpDaemonTests") {
|
||||
includeEngines("junit-jupiter")
|
||||
}
|
||||
|
||||
if (isTeamcityBuild) finalizedBy(cleanTestKitCacheTask)
|
||||
// Disabled cause jna dependency FD is leaking on windows agents
|
||||
//if (isTeamcityBuild) finalizedBy(cleanTestKitCacheTask)
|
||||
}
|
||||
|
||||
val otherPluginsTestTask = tasks.register<Test>("kgpOtherTests") {
|
||||
|
||||
Reference in New Issue
Block a user