From 757b89dfaea909eb26c00aee20a1c0512f65c55a Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Tue, 14 Jun 2022 21:25:07 -0300 Subject: [PATCH] upstream tests: Disable dnsconfig and dnsforwardzone Due to an issue with IPA in Fedora 36, dnsconfig and dnsforwardzone plugin tests must be disabled. See FreeIPA issue: https://pagure.io/freeipa/issue/9158 --- tests/azure/templates/variables.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/azure/templates/variables.yaml b/tests/azure/templates/variables.yaml index 109ec96d..f200416b 100644 --- a/tests/azure/templates/variables.yaml +++ b/tests/azure/templates/variables.yaml @@ -14,5 +14,7 @@ variables: # ipa_enabled_modules: >- # ipa_enabled_tests: >- - # ipa_disabled_modules: >- + ipa_disabled_modules: >- + dnsconfig, + dnsforwardzone, # ipa_disabled_tests: >- -- GitLab