Skip to content

Commit

Permalink
t.rast.univar: Apply xfail_windows decorator to a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 21, 2024
1 parent d506be4 commit c26e7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temporal/t.rast.univar/testsuite/test_t_rast_univar.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def test_with_all_maps(self):
res_line = res.split("|", 1)[1]
self.assertLooksLike(ref_line, res_line)

@xfail_windows
def test_with_subset_of_maps(self):
t_rast_univar = SimpleModule(
"t.rast.univar",
Expand Down

0 comments on commit c26e7db

Please sign in to comment.