From 9d754d76316039321e0fbfcf0060b08ed280de2b Mon Sep 17 00:00:00 2001 From: Anton Lakotka Date: Wed, 16 Feb 2022 14:11:07 +0100 Subject: [PATCH] [Gradle][test] Unignore test that fails due to the ^KT-50925 This reverts commit 74ac51a4cbb364051a2d4356c7f65b8621aca459. --- .../kotlin/org/jetbrains/kotlin/gradle/native/FatFrameworkIT.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/FatFrameworkIT.kt b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/FatFrameworkIT.kt index d348004571c..c2aa09c38f4 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/FatFrameworkIT.kt +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native/FatFrameworkIT.kt @@ -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()