[Gradle IT] Enable integration test after Native version bump

#KT-58219
This commit is contained in:
Kirill Rakhman
2023-05-02 13:25:30 +02:00
parent 38a777fa94
commit bdc5a37552
@@ -63,7 +63,6 @@ class CustomK2Tests : KGPBaseTest() {
}
}
@Disabled("disable until kotlin/native dependency is updated to include KT-58219")
@GradleTest
@DisplayName("Native metadata of intermediate with reference to internal in common. KT-58219")
fun nativeMetadataOfIntermediateWithReferenceToInternalInCommon(gradleVersion: GradleVersion) {