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)
}
@Ignore("incremental enable")
@Test
fun testStringLast() = runTest {
eval(
@ -4328,7 +4327,6 @@ class ScriptTest {
)
}
@Ignore("incremental enable")
@Test
fun testStringMul() = runTest {
eval(
@ -4339,7 +4337,6 @@ class ScriptTest {
)
}
@Ignore("incremental enable")
@Test
fun testLogicalNot() = runTest {
eval(
@ -4378,7 +4375,6 @@ class ScriptTest {
)
}
@Ignore("incremental enable")
@Test
fun testHangOnPrintlnInMethods() = runTest {
eval(