diff --git a/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt b/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt index 244a538fdde..0e96039c9e8 100644 --- a/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt +++ b/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt @@ -23,6 +23,7 @@ import org.jetbrains.kotlin.test.MockLibraryUtil import org.jetbrains.kotlin.test.TestCaseWithTmpdir import org.jetbrains.kotlin.test.util.KtTestUtil import org.jetbrains.kotlin.utils.PathUtil +import org.junit.Ignore import java.io.File /** @@ -30,6 +31,7 @@ import java.io.File * To test this, we compile a Kotlin+Java module (in two modes: CLI and module-based) where a runtime Java class was replaced * with a "newer" version in sources, and check that this class resolves to the one from sources by calling a method absent in the runtime */ +@Ignore("has to be deleted as it seems a compiler test") class ClasspathOrderTest : TestCaseWithTmpdir() { companion object { private val sourceDir = File(KtTestUtil.getTestDataPathBase() + "/classpathOrder").absoluteFile