diff options
Diffstat (limited to 'test/sca/test_plot.py')
| -rw-r--r-- | test/sca/test_plot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sca/test_plot.py b/test/sca/test_plot.py index 2722ba3..78e1098 100644 --- a/test/sca/test_plot.py +++ b/test/sca/test_plot.py @@ -39,6 +39,7 @@ def test_png(trace1, plot_path): save_figure_png(fig, str(plot_path())) +@pytest.mark.skip("Broken without some backend.") def test_svg(trace1, plot_path): hv.extension("matplotlib") fig = plot_trace(trace1) |
