[Gradle][test] Unignore test that fails due to the ^KT-50925

This reverts commit 74ac51a4cb.
This commit is contained in:
Anton Lakotka
2022-02-16 14:11:07 +01:00
committed by Space
parent 32f01999b1
commit 9d754d7631
@@ -12,7 +12,6 @@ import org.jetbrains.kotlin.gradle.util.*
import org.jetbrains.kotlin.konan.target.HostManager
import org.junit.Assume
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Test
import kotlin.test.assertTrue
@@ -196,7 +195,6 @@ class FatFrameworkIT : BaseGradleIT() {
/**
* Test that the configurations exposing the frameworks don't interfere with variant-aware dependency resolution
*/
@Ignore("Fails due to KT-50925")
@Test
fun testDependencyResolution() = with(transformProjectWithPluginsDsl("smoke", directoryPrefix = "native-fat-framework")) {
setupWorkingDir()