[Gradle, JS] Remove Gradle version requirements for testJsBothModeWithTests

This commit is contained in:
Alexander.Likhachev
2023-02-01 16:58:26 +01:00
committed by Space Team
parent 6ab64e0f7c
commit 0da23d4b9c
@@ -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) {