mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Update tests/pytests/functional/states/file/test_directory.py
lgtm, ty Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
parent
12ff4bf963
commit
b06444317f
1 changed files with 1 additions and 2 deletions
|
@ -113,12 +113,11 @@ def test_directory_max_depth(file, tmp_path):
|
|||
assert _mode == _get_oct_mode(untouched_dir)
|
||||
|
||||
|
||||
@pytest.mark.skip_on_windows
|
||||
def test_directory_children_only(file, tmp_path):
|
||||
"""
|
||||
file.directory with children_only=True
|
||||
"""
|
||||
if IS_WINDOWS:
|
||||
pytest.skip("Skipped on windows")
|
||||
|
||||
name = tmp_path / "directory_children_only_dir"
|
||||
name.mkdir(0o0700)
|
||||
|
|
Loading…
Add table
Reference in a new issue