diff --git a/ipatests/test_integration/test_smb.py b/ipatests/test_integration/test_smb.py index 4e295c060..26d70b367 100644 --- a/ipatests/test_integration/test_smb.py +++ b/ipatests/test_integration/test_smb.py @@ -150,3 +150,6 @@ class TestSMB(IntegrationTest): smbsrv = self.replicas[0] smbsrv.run_command(['ipa-client-samba', '--uninstall', '-U']) + # test for https://pagure.io/freeipa/issue/8019 + # try another uninstall after the first one: + smbsrv.run_command(['ipa-client-samba', '--uninstall', '-U'])