Skip to content

Commit

Permalink
Skip a test under windows ...
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Sep 12, 2024
1 parent a83ff6e commit 6238085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/freesas/test/test_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__authors__ = ["Martha Brennich"]
__license__ = "MIT"
__date__ = "16/07/2021"
__date__ = "12/09/2024"


import unittest
Expand Down Expand Up @@ -337,6 +337,7 @@ def test_get_guinier_header_without_input_format(
msg="header for undefined format is correct",
)

@unittest.skipIf(platform.system() == "Windows", "Only POSIX")
def test_collect_files_only_returns_existing_files(self):

"""Test that collect_files discards strings that do not match an existing file."""
Expand Down

0 comments on commit 6238085

Please sign in to comment.