Re-add missing skip for pam auth test on windows

This commit is contained in:
Daniel A. Wozniak 2023-07-22 00:25:29 -07:00 committed by Gareth J. Greenaway
parent 56141835a6
commit d51f3b9cc5

View file

@ -383,6 +383,7 @@ async def test_master_publish_group(master_acl_clear_funcs, master_acl_valid_loa
)
@pytest.mark.skip_on_windows(reason="PAM eauth not available on Windows")
async def test_master_publish_some_minions(
master_acl_clear_funcs, master_acl_valid_load
):