mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
fix pytest skip marker
This commit is contained in:
parent
d116107432
commit
3cd9642236
1 changed files with 1 additions and 3 deletions
|
@ -171,12 +171,10 @@ def test_dynamic_file_roots(tmp_path):
|
|||
assert "dynamo.sls" in ret2
|
||||
|
||||
|
||||
pytest.mark.skipif(
|
||||
@pytest.mark.skipif(
|
||||
salt.utils.platform.is_windows(),
|
||||
reason="Windows does not support this master function",
|
||||
)
|
||||
|
||||
|
||||
def test_update_no_change():
|
||||
# process all changes that have happen
|
||||
# changes will always take place the first time during testing
|
||||
|
|
Loading…
Add table
Reference in a new issue