Skip to content

Commit 07e151f

Browse files
committed
fix(tests): Skip --mount invalid param tests on Windows
They would be annoying to fix, and there should not be any Windows-specific behavior here. The positive test cases are still run on Windows.
1 parent 3e9a718 commit 07e151f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/env/dev/types/test_linux_container.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ def test_invalid_volume_specs(self, dda, temp_dir, mocker, volume_spec, error_me
842842
result.check_exit_code(2)
843843
assert error_message in result.output
844844

845+
@pytest.mark.requires_unix # This fails with Windows-style paths
845846
@pytest.mark.parametrize(
846847
("mount_spec", "error_message"),
847848
[

0 commit comments

Comments
 (0)