From f5e7459b37ec1a8a293e593f6e2c645d93ae47f5 Mon Sep 17 00:00:00 2001 From: Alex Plate <aleksei.plate@jetbrains.com> Date: Tue, 3 Dec 2024 15:18:20 +0200 Subject: [PATCH] [IJPL-165238] It seems the issue was fixed --- tests/java-tests/build.gradle.kts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/java-tests/build.gradle.kts b/tests/java-tests/build.gradle.kts index 0e919855d..ab441f53c 100644 --- a/tests/java-tests/build.gradle.kts +++ b/tests/java-tests/build.gradle.kts @@ -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) } }