diff --git a/kandy-lets-plot/src/test/kotlin/org/jetbrains/kotlinx/kandy/letsplot/export/save.kt b/kandy-lets-plot/src/test/kotlin/org/jetbrains/kotlinx/kandy/letsplot/export/save.kt index f927ea94..6b2e2c99 100644 --- a/kandy-lets-plot/src/test/kotlin/org/jetbrains/kotlinx/kandy/letsplot/export/save.kt +++ b/kandy-lets-plot/src/test/kotlin/org/jetbrains/kotlinx/kandy/letsplot/export/save.kt @@ -91,15 +91,12 @@ class SaveTests { fun `save plot grid as html`() = gridPlot.testSavePlot("html") @Test - @Ignore fun `save plot grid as png`() = gridPlot.testSavePlot("png", scale = 2.0, dpi = 300) @Test - @Ignore fun `save plot grid as jpeg`() = gridPlot.testSavePlot("jpeg", scale = 2.5) @Test - @Ignore fun `save plot grid as tiff`() = gridPlot.testSavePlot("tiff", dpi = 350) @Test @@ -109,14 +106,11 @@ class SaveTests { fun `save plot bunch as html`() = bunchPlot.testSavePlot("html") @Test - @Ignore fun `save plot bunch as png`() = bunchPlot.testSavePlot("png", scale = 2.0, dpi = 300) @Test - @Ignore fun `save plot bunch as jpeg`() = bunchPlot.testSavePlot("jpeg", scale = 2.5) @Test - @Ignore fun `save plot bunch as tiff`() = bunchPlot.testSavePlot("tiff", dpi = 350) } \ No newline at end of file