Skip to content

Commit

Permalink
add reason
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Mar 11, 2024
1 parent 98bc5ac commit 754ede6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

import pytest

skip_on_windows = pytest.mark.skipif(platform.system() == "Windows")
skip_on_windows = pytest.mark.skipif(
platform.system() == "Windows", reason="Test is broken skipped on Windows"
)

0 comments on commit 754ede6

Please sign in to comment.