[Gradle] Disable failed K2 JS IC test
Enable it back when KT-61153 is resolved #KT-60588 In Progress
This commit is contained in:
committed by
Space Team
parent
9e31904f0f
commit
9ec0ab2f5c
+6
-1
@@ -161,6 +161,11 @@ class IncrementalCompilationK1JsMultiProject : IncrementalCompilationJsMultiProj
|
||||
|
||||
class IncrementalCompilationK2JsMultiProject : IncrementalCompilationJsMultiProjectIT() {
|
||||
override val defaultBuildOptions = super.defaultBuildOptions.copyEnsuringK2()
|
||||
|
||||
@Disabled("KT-61153")
|
||||
override fun testRemoveLibFromClasspath(gradleVersion: GradleVersion) {
|
||||
super.testRemoveLibFromClasspath(gradleVersion)
|
||||
}
|
||||
}
|
||||
|
||||
class IncrementalCompilationK1JsMultiProjectWithPreciseBackupIT : IncrementalCompilationJsMultiProjectWithPreciseBackupIT() {
|
||||
@@ -704,7 +709,7 @@ abstract class BaseIncrementalCompilationMultiProjectIT : IncrementalCompilation
|
||||
|
||||
@DisplayName("Remove library from classpath")
|
||||
@GradleTest
|
||||
fun testRemoveLibFromClasspath(gradleVersion: GradleVersion) {
|
||||
open fun testRemoveLibFromClasspath(gradleVersion: GradleVersion) {
|
||||
defaultProject(gradleVersion) {
|
||||
build("assemble")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user