mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-21 16:34:05 +02:00
[IJPL-165238] It seems the issue was fixed
This commit is contained in:
parent
df8144fc00
commit
f5e7459b37
@ -62,12 +62,6 @@ tasks {
|
|||||||
println("Set env TEAMCITY_VERSION to X to enable project leak checks from the platform")
|
println("Set env TEAMCITY_VERSION to X to enable project leak checks from the platform")
|
||||||
environment("TEAMCITY_VERSION" to "X")
|
environment("TEAMCITY_VERSION" to "X")
|
||||||
}
|
}
|
||||||
|
|
||||||
// IJ platform has JUnit5TestSessionListener with some additional checks;
|
|
||||||
// however, in 242 there is a problem with disposing so these checks always fail on TeamCity (works locally).
|
|
||||||
// This property disables these checks
|
|
||||||
// IJPL-165238
|
|
||||||
// systemProperty("intellij.build.test.ignoreFirstAndLastTests", true)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user