From 3acd977a368ff3c4d5a14fc6559cf52ee2c14b47 Mon Sep 17 00:00:00 2001 From: Vladimir Dolzhenko Date: Fri, 5 Jun 2020 21:54:20 +0200 Subject: [PATCH] [CHERRY PICKED FROM IJ] Disable tests those directly use compiler test data GitOrigin-RevId: 3714ee17fbe02ee8a2809709eeb481ddfa07e086 Original commit: https://github.com/JetBrains/intellij-community/commit/a52130d32ca8dc364912e390dd2747ae1df0aa66 --- .../org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt | 2 ++ 1 file changed, 2 insertions(+) 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