From f9bf0cfec093b97e8a8886d6977853eb24cc2796 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Thu, 21 Jul 2022 00:49:11 -0300
Subject: [PATCH] ipadnsconfig: Disable only tests that are failing due to
 python-dns

This patch disables only the tests that are failing due to python-dns
issue in FreeIPA, allowing other tests in the test suite to be
executed.
---
 tests/azure/templates/variables.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/azure/templates/variables.yaml b/tests/azure/templates/variables.yaml
index f200416b..b6e16868 100644
--- a/tests/azure/templates/variables.yaml
+++ b/tests/azure/templates/variables.yaml
@@ -16,5 +16,5 @@ variables:
   # ipa_enabled_tests: >-
   ipa_disabled_modules: >-
     dnsconfig,
-    dnsforwardzone,
-  # ipa_disabled_tests: >-
+  ipa_disabled_tests: >-
+    test_dnsconfig_forwarders_ports
-- 
GitLab