mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip symlink test on windows
This commit is contained in:
parent
1b2bd485b7
commit
7aaf13b8a8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue