From ad2aecc92a4251b0392a7d726ad40352a05ed9db Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Thu, 30 Jan 2025 13:32:04 -0500 Subject: [PATCH] Update the spec to accept the failure --- spec/acceptance/ldap_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/acceptance/ldap_spec.rb b/spec/acceptance/ldap_spec.rb index 74773dff69858..abbeae546853c 100644 --- a/spec/acceptance/ldap_spec.rb +++ b/spec/acceptance/ldap_spec.rb @@ -98,6 +98,11 @@ required: [ /Successfully queried/ ] + }, + linux: { + known_failures: [ + '[-] Auxiliary aborted due to failure: not-found: No certificate templates were found.' + ] } } },