From d51f3b9cc5e154a462228d7bcf73f82c7f6781fe Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 22 Jul 2023 00:25:29 -0700 Subject: [PATCH] Re-add missing skip for pam auth test on windows --- tests/pytests/unit/test_auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytests/unit/test_auth.py b/tests/pytests/unit/test_auth.py index d4bd93d3911..e37dfdbe87e 100644 --- a/tests/pytests/unit/test_auth.py +++ b/tests/pytests/unit/test_auth.py @@ -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 ):