From 998bafee86a870ad1ea4d6bccf12f0fae64c398c Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Jun 05 2023 11:37:35 +0000 Subject: ipatest: remove xfail from test_smb test_smb is now successful because the windows server version has been updated to windows-server-2022 with - KB5012170 - KB5025230 - KB5022507 - servicing stack 10.0.20348.1663 in freeipa-pr-ci commit 3ba4151. Remove the xfail. Fixes: https://pagure.io/freeipa/issue/9124 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Mohammad Rizwan --- diff --git a/ipatests/test_integration/test_smb.py b/ipatests/test_integration/test_smb.py index 30f8d59..eb3981b 100644 --- a/ipatests/test_integration/test_smb.py +++ b/ipatests/test_integration/test_smb.py @@ -349,7 +349,6 @@ class TestSMB(IntegrationTest): @pytest.mark.skipif( osinfo.id == 'fedora' and osinfo.version_number <= (31,), reason='Test requires krb 1.18') - @pytest.mark.xfail(reason="Pagure ticket 9124", strict=True) def test_smb_service_s4u2self(self): """Test S4U2Self operation by IPA service against both AD and IPA users