From 1bdd8147e7fa1032025dc6f6868e26f285744ee1 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Jan 11 2023 11:56:30 +0000 Subject: ipatests: mark test_smb as xfail Mark the test test_smb.py::TestSMB::test_smb_service_s4u2self as xfail. Related: https://pagure.io/freeipa/issue/9124 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Alexander Bokovoy --- diff --git a/ipatests/test_integration/test_smb.py b/ipatests/test_integration/test_smb.py index eb3981b..30f8d59 100644 --- a/ipatests/test_integration/test_smb.py +++ b/ipatests/test_integration/test_smb.py @@ -349,6 +349,7 @@ 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