Temporarily ignore some multiplatform IDE tests

This commit is contained in:
Alexander Udalov
2017-08-18 15:34:56 +03:00
parent b87abc9f0f
commit 38849893b6
@@ -228,6 +228,8 @@ open class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
}
}
// Some tests are ignored below. They fail because <error> markers are not stripped correctly in multi-module highlighting tests.
// TODO: fix this in the test framework and unignore the tests
class MultiPlatform : AbstractMultiModuleHighlightingTest() {
override fun getTestDataPath() = "${PluginTestCaseBase.getTestDataPathBase()}/multiModuleHighlighting/multiplatform/"
@@ -243,7 +245,7 @@ open class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
doMultiPlatformTest(TargetPlatformKind.Jvm[JvmTarget.JVM_1_6], TargetPlatformKind.JavaScript)
}
fun testHeaderPartiallyImplemented() {
fun ignore_testHeaderPartiallyImplemented() {
doMultiPlatformTest(TargetPlatformKind.Jvm[JvmTarget.JVM_1_6])
}
@@ -285,7 +287,7 @@ open class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
})
}
fun testNestedClassWithoutImpl() {
fun ignore_testNestedClassWithoutImpl() {
doMultiPlatformTest(TargetPlatformKind.Jvm[JvmTarget.JVM_1_6])
}
}