Skip to content

Commit

Permalink
Skip symlink test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Apr 20, 2024
1 parent 1b2bd48 commit 7aaf13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pytests/integration/states/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aaf13b

Please sign in to comment.