Skip to content

Commit

Permalink
remove xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Sep 25, 2024
1 parent 2a522b0 commit 8eae6c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/grass/jupyter/tests/timeseriesmap_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Test TimeSeriesMap functions"""

from pathlib import Path
import sys

import pytest

Expand Down Expand Up @@ -67,10 +66,6 @@ def test_render_layers(space_time_raster_dataset, fill_gaps):
assert Path(filename).is_file()


@pytest.mark.xfail(
sys.platform == "win32",
reason="DejaVuSans.ttf file isn't found and not installed with GRASS",
)
@pytest.mark.needs_solo_run
def test_save(space_time_raster_dataset, tmp_path):
"""Test returns from animate and time_slider are correct object types"""
Expand Down

0 comments on commit 8eae6c9

Please sign in to comment.