K2, Gradle, scripting: unmute test for #KT-61137
The problem is not reproducible anymore, presumingly fixed with some of the previous updates.
This commit is contained in:
committed by
Space Team
parent
621fe41b17
commit
813630d468
-10
@@ -129,16 +129,6 @@ class ScriptingK1IT : ScriptingIT() {
|
||||
class ScriptingK2IT : ScriptingIT() {
|
||||
override val defaultBuildOptions = super.defaultBuildOptions.copyEnsuringK2()
|
||||
|
||||
@Disabled("KT-61137")
|
||||
override fun testScripting(gradleVersion: GradleVersion) {
|
||||
super.testScripting(gradleVersion)
|
||||
}
|
||||
|
||||
@Disabled("KT-61137")
|
||||
override fun testScriptingCustomExtensionIncremental(gradleVersion: GradleVersion) {
|
||||
super.testScriptingCustomExtensionIncremental(gradleVersion)
|
||||
}
|
||||
|
||||
override fun GradleProject.disableLightTreeIfNeeded() {
|
||||
buildGradle.append(
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user