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

Temporally bring back first and last checks

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

View File

@ -66,7 +66,8 @@ tasks {
// 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
systemProperty("intellij.build.test.ignoreFirstAndLastTests", true)
// IJPL-165238
// systemProperty("intellij.build.test.ignoreFirstAndLastTests", true)
}
}