Skip to content

Commit a317f2a

Browse files
Fix a case-sensitive test file in jupyter test on Linux. Part one - remove.
1 parent 2121dff commit a317f2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

toolkit/jupyter/src/test/kotlin/org/jetbrains/letsPlot/toolkit/jupyter/GGBunchTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.jetbrains.letsPlot.toolkit.jupyter
22

33
import org.junit.jupiter.api.TestInfo
4+
import kotlin.test.Ignore
45
import kotlin.test.Test
56

67
class GGBunchTest : JupyterTest() {
@@ -40,6 +41,7 @@ class GGBunchTest : JupyterTest() {
4041
@Test
4142
fun `compilation of ggbunch in jupyter`() = bunch.checkCompilation()
4243

44+
@Ignore
4345
@Test
4446
fun `ggbunch output in jupyter`(testInfo: TestInfo) {
4547
assertOutput(execRendered(bunch), testInfo)

toolkit/jupyter/src/test/resources/jupyter/GGBunch output in jupyter.out

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)