File tree 2 files changed +4
-0
lines changed
src/test/kotlin/org/jetbrains/kotlinx/jupyter/test
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import org.jetbrains.kotlinx.jupyter.compiler.util.EvaluatedSnippetMetadata
25
25
import org.jetbrains.kotlinx.jupyter.jsonObject
26
26
import org.junit.jupiter.api.Assertions.assertEquals
27
27
import org.junit.jupiter.api.Assertions.assertNull
28
+ import org.junit.jupiter.api.Disabled
28
29
import org.junit.jupiter.api.Test
29
30
import org.junit.jupiter.api.Timeout
30
31
import org.junit.jupiter.api.parallel.Execution
@@ -327,6 +328,7 @@ class ExecuteTests : KernelServerTestsBase() {
327
328
executeWithNoStdin(" System.`in`.read()" )
328
329
}
329
330
331
+ @Disabled
330
332
@Test
331
333
fun testIsComplete () {
332
334
assertEquals(" complete" , doIsComplete(" 2 + 2" ))
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import org.jetbrains.kotlinx.jupyter.repl.ListErrorsResult
15
15
import org.jetbrains.kotlinx.jupyter.test.classpath
16
16
import org.jetbrains.kotlinx.jupyter.withPath
17
17
import org.junit.jupiter.api.Assertions.assertTrue
18
+ import org.junit.jupiter.api.Disabled
18
19
import org.junit.jupiter.api.Test
19
20
import org.junit.jupiter.api.assertThrows
20
21
import java.io.File
@@ -95,6 +96,7 @@ class ReplTests : AbstractReplTest() {
95
96
repl.eval(" @file:DependsOn(\" de.erichseifert.gral:gral-core:0.11\" )" )
96
97
}
97
98
99
+ @Disabled
98
100
@Test
99
101
fun testImportResolutionAfterFailure () {
100
102
val errorsRes = repl.listErrorsBlocking(" import net.pearx.kasechange.*" )
You can’t perform that action at this time.
0 commit comments