1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-02 19:34:04 +02:00

[IJPL-165238] It seems the issue was fixed

This commit is contained in:
Alex Plate 2024-12-03 15:18:20 +02:00
parent df8144fc00
commit f5e7459b37
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -62,12 +62,6 @@ tasks {
println("Set env TEAMCITY_VERSION to X to enable project leak checks from the platform")
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)
}
}