We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf5ab4 commit 24c1293Copy full SHA for 24c1293
src/test/kotlin/org/jetbrains/kotlinx/jupyter/test/executeTests.kt
@@ -25,6 +25,7 @@ import org.jetbrains.kotlinx.jupyter.compiler.util.EvaluatedSnippetMetadata
25
import org.jetbrains.kotlinx.jupyter.jsonObject
26
import org.junit.jupiter.api.Assertions.assertEquals
27
import org.junit.jupiter.api.Assertions.assertNull
28
+import org.junit.jupiter.api.Disabled
29
import org.junit.jupiter.api.Test
30
import org.junit.jupiter.api.Timeout
31
import org.junit.jupiter.api.parallel.Execution
@@ -327,6 +328,7 @@ class ExecuteTests : KernelServerTestsBase() {
327
328
executeWithNoStdin("System.`in`.read()")
329
}
330
331
+ @Disabled
332
@Test
333
fun testIsComplete() {
334
assertEquals("complete", doIsComplete("2 + 2"))
0 commit comments