Scripting: temporarely disable compiler plugin test
related to #KT-66395
This commit is contained in:
committed by
Space Team
parent
8cc2208c00
commit
b318566ecf
+2
-1
@@ -138,8 +138,9 @@ class MainKtsIT {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore // see #KT-66395
|
||||
@Test
|
||||
fun testHelloSerialization() {
|
||||
fun ignore_testHelloSerialization() {
|
||||
val paths = PathUtil.kotlinPathsForDistDirectory
|
||||
val serializationPlugin = paths.jar(KotlinPaths.Jar.SerializationPlugin)
|
||||
runWithKotlinc(
|
||||
|
||||
+2
-1
@@ -245,8 +245,9 @@ class MainKtsTest {
|
||||
assertSucceeded(res)
|
||||
}
|
||||
|
||||
@Ignore // see #KT-66395
|
||||
@Test
|
||||
fun testHelloSerialization() = expectTestToFailOnK2 {
|
||||
fun ignore_testHelloSerialization() {
|
||||
// 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 out = captureOut {
|
||||
|
||||
Reference in New Issue
Block a user