Skip to content

Commit

Permalink
test: skip TestTsStats test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavoritobi committed Sep 20, 2023
1 parent e2f161a commit 4741ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_plot/test_plot_descriptive_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
from black_it.plot.plot_descriptive_statistics import ts_stats
from tests.conftest import PLOT_DIR
from tests.test_plot.base import BasePlotTest
from tests.utils.base import skip_on_windows


@skip_on_windows()
class TestTsStats(BasePlotTest):
"""Test 'ts_stats' plotting function."""

Expand Down

0 comments on commit 4741ff8

Please sign in to comment.