diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index 68a6638bd71..d8953c1d56c 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -5941,7 +5941,6 @@ if (isAppleTarget(project)) { frameworkTest('testValuesGenericsFramework') { framework('ValuesGenerics') { - enabled = !isK2(project) // KT-56028 sources = ['objcexport/values.kt', 'framework/values_generics'] } swiftSources = ['framework/values_generics/']