Skip symlink test on windows

This commit is contained in:
Daniel A. Wozniak 2024-04-19 15:51:03 -07:00 committed by Daniel Wozniak
parent 1b2bd485b7
commit 7aaf13b8a8

View file

@ -1210,6 +1210,7 @@ def test_contents_file(salt_master, salt_call_cli, tmp_path):
assert target_path.is_file()
@pytest.mark.skip_on_windows
def test_directory_recurse(salt_master, salt_call_cli, tmp_path):
"""
Test modifying ownership of symlink without affecting the link target's