Scripting: temporarely disable compiler plugin test

related to #KT-66395
This commit is contained in:
Ilya Chernikov
2024-03-07 10:52:41 +01:00
committed by Space Team
parent 8cc2208c00
commit b318566ecf
2 changed files with 4 additions and 2 deletions
@@ -138,8 +138,9 @@ class MainKtsIT {
} }
} }
@Ignore // see #KT-66395
@Test @Test
fun testHelloSerialization() { fun ignore_testHelloSerialization() {
val paths = PathUtil.kotlinPathsForDistDirectory val paths = PathUtil.kotlinPathsForDistDirectory
val serializationPlugin = paths.jar(KotlinPaths.Jar.SerializationPlugin) val serializationPlugin = paths.jar(KotlinPaths.Jar.SerializationPlugin)
runWithKotlinc( runWithKotlinc(
@@ -245,8 +245,9 @@ class MainKtsTest {
assertSucceeded(res) assertSucceeded(res)
} }
@Ignore // see #KT-66395
@Test @Test
fun testHelloSerialization() = expectTestToFailOnK2 { fun ignore_testHelloSerialization() {
// the embeddable plugin is needed for this test, because embeddable compiler is used. // the embeddable plugin is needed for this test, because embeddable compiler is used.
val serializationPluginClasspath = System.getProperty("kotlin.script.test.kotlinx.serialization.plugin.classpath")!! val serializationPluginClasspath = System.getProperty("kotlin.script.test.kotlinx.serialization.plugin.classpath")!!
val out = captureOut { val out = captureOut {