From 0da23d4b9c1550e4fa07a2ca58b622e5713ecf99 Mon Sep 17 00:00:00 2001 From: "Alexander.Likhachev" Date: Wed, 1 Feb 2023 16:58:26 +0100 Subject: [PATCH] [Gradle, JS] Remove Gradle version requirements for testJsBothModeWithTests --- .../org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt index ac97d0495b6..e791632e334 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt @@ -1474,9 +1474,6 @@ abstract class AbstractKotlin2JsGradlePluginIT(protected val irBackend: Boolean) @JsGradlePluginTests class GeneralKotlin2JsGradlePluginIT : KGPBaseTest() { - // TODO: This test fails with deprecation error on Gradle <7.0 - // Should be fixed via planned fixes in Kotlin/JS plugin: https://youtrack.jetbrains.com/issue/KFC-252 - @GradleTestVersions(minVersion = TestVersions.Gradle.G_7_0) @DisplayName("js with both backends mode builds successfully") @GradleTest fun testJsBothModeWithTests(gradleVersion: GradleVersion) {