mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pam eauth not available on windows
This commit is contained in:
parent
4a141d5c68
commit
f6d1c78a03
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ class MasterACLTestCase(ModuleCase):
|
|||
# Did we fire it?
|
||||
self.assertNotEqual(self.fire_event_mock.call_args[0][0]["fun"], "sys.doc")
|
||||
|
||||
@pytest.mark.skip_on_windows(reason="PAM eauth not available on Windows")
|
||||
def test_master_publish_some_minions(self):
|
||||
"""
|
||||
Tests to ensure we can only target minions for which we
|
||||
|
|
Loading…
Add table
Reference in a new issue