0fcb1e
From b5f2b0b1b213149b5bfe2653c9e40de98249dc73 Mon Sep 17 00:00:00 2001
0fcb1e
From: Florence Blanc-Renaud <flo@redhat.com>
0fcb1e
Date: Tue, 10 Jan 2023 11:45:17 +0100
0fcb1e
Subject: [PATCH] ipatests: mark test_smb as xfail
0fcb1e
0fcb1e
Mark the test test_smb.py::TestSMB::test_smb_service_s4u2self as xfail.
0fcb1e
0fcb1e
Related: https://pagure.io/freeipa/issue/9124
0fcb1e
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
0fcb1e
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
0fcb1e
---
0fcb1e
 ipatests/test_integration/test_smb.py | 1 +
0fcb1e
 1 file changed, 1 insertion(+)
0fcb1e
0fcb1e
diff --git a/ipatests/test_integration/test_smb.py b/ipatests/test_integration/test_smb.py
0fcb1e
index eb3981bddb7ca9f72a0d2cb6c46e5c73de8623ac..30f8d5901afbcda95f27cd966ac03d47205dbb26 100644
0fcb1e
--- a/ipatests/test_integration/test_smb.py
0fcb1e
+++ b/ipatests/test_integration/test_smb.py
0fcb1e
@@ -349,6 +349,7 @@ class TestSMB(IntegrationTest):
0fcb1e
     @pytest.mark.skipif(
0fcb1e
         osinfo.id == 'fedora' and osinfo.version_number <= (31,),
0fcb1e
         reason='Test requires krb 1.18')
0fcb1e
+    @pytest.mark.xfail(reason="Pagure ticket 9124", strict=True)
0fcb1e
     def test_smb_service_s4u2self(self):
0fcb1e
         """Test S4U2Self operation by IPA service
0fcb1e
            against both AD and IPA users
0fcb1e
-- 
0fcb1e
2.39.1
0fcb1e