Unignore ScriptTest string/logical/println

This commit is contained in:
Sergey Chernov 2026-01-30 20:03:19 +03:00
parent c5dbf6ad51
commit eb869dc112

View File

@ -4318,7 +4318,6 @@ class ScriptTest {
assertEquals(TestJson4(TestEnum.One), x) assertEquals(TestJson4(TestEnum.One), x)
} }
@Ignore("incremental enable")
@Test @Test
fun testStringLast() = runTest { fun testStringLast() = runTest {
eval( eval(
@ -4328,7 +4327,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testStringMul() = runTest { fun testStringMul() = runTest {
eval( eval(
@ -4339,7 +4337,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testLogicalNot() = runTest { fun testLogicalNot() = runTest {
eval( eval(
@ -4378,7 +4375,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testHangOnPrintlnInMethods() = runTest { fun testHangOnPrintlnInMethods() = runTest {
eval( eval(