diff --git a/python-libraries/narupa-lammps/tests/test_lammps_converter.py b/python-libraries/narupa-lammps/tests/test_lammps_converter.py index 349c8579..4a34f3ba 100644 --- a/python-libraries/narupa-lammps/tests/test_lammps_converter.py +++ b/python-libraries/narupa-lammps/tests/test_lammps_converter.py @@ -4,6 +4,16 @@ from narupa.lammps.mock import MockLammps from narupa.trajectory.frame_data import PARTICLE_POSITIONS, PARTICLE_ELEMENTS from narupa.trajectory import FrameData +import sys + +pytestmark = pytest.mark.skipif( + sys.platform == "win32", + reason=( + "These tests can break the windows test runner on github. " + "This is tracked in issue #33: " + "." + ), +) @pytest.fixture