mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip unsless test on windows
This commit is contained in:
parent
23d6ca8313
commit
f582cb2365
1 changed files with 3 additions and 0 deletions
|
@ -177,7 +177,10 @@ def test_refresh_matchers():
|
|||
assert ret is False
|
||||
|
||||
|
||||
@pytest.mark.skip_on_windows
|
||||
def test_refresh_modules_async_false():
|
||||
# XXX: This test adds coverage but what is it really testing? Seems we'd be
|
||||
# better off with at least a functional test here.
|
||||
kwargs = {"async": False}
|
||||
ret = saltutil.refresh_modules(**kwargs)
|
||||
assert ret is False
|
||||
|
|
Loading…
Add table
Reference in a new issue