diff --git a/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/PerformanceNativeProjectsTest.kt b/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/PerformanceNativeProjectsTest.kt index 8ff5cbd25c2..a615ed26158 100644 --- a/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/PerformanceNativeProjectsTest.kt +++ b/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/PerformanceNativeProjectsTest.kt @@ -32,10 +32,8 @@ import org.jetbrains.kotlin.idea.testFramework.suggestOsNeutralFileName import org.jetbrains.kotlin.idea.util.projectStructure.allModules import org.jetbrains.kotlin.library.KOTLIN_STDLIB_NAME import org.jetbrains.kotlin.platform.konan.isNative -import org.junit.Ignore import java.io.File -@Ignore(value = "[VD] disabled temporary for further investigation: it fails on TC agents") class PerformanceNativeProjectsTest : AbstractPerformanceProjectsTest() { companion object {