File tree 2 files changed +1
-3
lines changed
src/test/kotlin/org/jetbrains/kotlinx/jupyter/test/repl
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Kotlin framework for structured data processing" ,
3
3
"properties" : {
4
- "v" : " 0.7.1-dev-104 "
4
+ "v" : " 0.7.1-dev-106 "
5
5
},
6
6
"repositories" : [
7
7
" https://kotlin.bintray.com/kotlin-datascience"
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import org.jetbrains.kotlinx.jupyter.test.classpath
21
21
import org.jetbrains.kotlinx.jupyter.test.standardResolverRuntimeProperties
22
22
import org.jetbrains.kotlinx.jupyter.test.testResolverConfig
23
23
import org.junit.jupiter.api.Assertions
24
- import org.junit.jupiter.api.Disabled
25
24
import org.junit.jupiter.api.Test
26
25
import org.junit.jupiter.api.parallel.Execution
27
26
import org.junit.jupiter.api.parallel.ExecutionMode
@@ -62,7 +61,6 @@ class ReplWithResolverTests : AbstractReplTest() {
62
61
}
63
62
64
63
@Test
65
- @Disabled // TODO: restore
66
64
fun testDataframe () {
67
65
val res = repl.eval(
68
66
"""
You can’t perform that action at this time.
0 commit comments