Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 85151de

Browse files
committedFeb 8, 2021
Enable dataframe test
1 parent d60b2e7 commit 85151de

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎libraries/dataframe.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Kotlin framework for structured data processing",
33
"properties": {
4-
"v": "0.7.1-dev-104"
4+
"v": "0.7.1-dev-106"
55
},
66
"repositories": [
77
"https://kotlin.bintray.com/kotlin-datascience"

‎src/test/kotlin/org/jetbrains/kotlinx/jupyter/test/repl/ReplWithResolverTests.kt

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import org.jetbrains.kotlinx.jupyter.test.classpath
2121
import org.jetbrains.kotlinx.jupyter.test.standardResolverRuntimeProperties
2222
import org.jetbrains.kotlinx.jupyter.test.testResolverConfig
2323
import org.junit.jupiter.api.Assertions
24-
import org.junit.jupiter.api.Disabled
2524
import org.junit.jupiter.api.Test
2625
import org.junit.jupiter.api.parallel.Execution
2726
import org.junit.jupiter.api.parallel.ExecutionMode
@@ -62,7 +61,6 @@ class ReplWithResolverTests : AbstractReplTest() {
6261
}
6362

6463
@Test
65-
@Disabled // TODO: restore
6664
fun testDataframe() {
6765
val res = repl.eval(
6866
"""

0 commit comments

Comments
 (0)
Please sign in to comment.