URL: https://github.com/freeipa/freeipa/pull/5916
Author: fcami
 Title: #5916: Azure: temporarily disable problematic tests
Action: opened

PR body:
"""
test_installation.TestInstallMaster and test_advise rely on DNS
forwarders and hit a known BIND bug quite often.
Disable these tests in gating until the bug is fixed.

Related: https://pagure.io/freeipa/issue/8864
Signed-off-by: François Cami <fc...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5916/head:pr5916
git checkout pr5916
From dc66f98d9fc12bbb6e1afb74326e28116cd25628 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= <fc...@redhat.com>
Date: Thu, 22 Jul 2021 08:34:47 +0200
Subject: [PATCH] Azure: temporarily disable problematic tests
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

test_installation.TestInstallMaster and test_advise rely on DNS
forwarders and hit a known BIND bug quite often.
Disable these tests in gating until the bug is fixed.

Related: https://pagure.io/freeipa/issue/8864
Signed-off-by: François Cami <fc...@redhat.com>
---
 .../azure/azure_definitions/gating-fedora.yml | 35 +++++++++----------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/ipatests/azure/azure_definitions/gating-fedora.yml b/ipatests/azure/azure_definitions/gating-fedora.yml
index 70c15834c5c..b1b8e940ede 100644
--- a/ipatests/azure/azure_definitions/gating-fedora.yml
+++ b/ipatests/azure/azure_definitions/gating-fedora.yml
@@ -11,14 +11,14 @@ default_resources:
 
 vms:
 - vm_jobs:
-  - container_job: InstallMaster
-    containers:
-      resources:
-        server:
-          mem_limit: "3200m"
-          memswap_limit: "4800m"
-    tests:
-    - test_integration/test_installation.py::TestInstallMaster
+#  - container_job: InstallMaster
+#    containers:
+#      resources:
+#        server:
+#          mem_limit: "3200m"
+#          memswap_limit: "4800m"
+#    tests:
+#    - test_integration/test_installation.py::TestInstallMaster
 
   - container_job: kerberos_flags
     containers:
@@ -156,16 +156,15 @@ vms:
     containers:
       replicas: 1
 
-- vm_jobs:
-  - container_job: advise
-    containers:
-      clients: 1
-      resources:
-        client:
-          mem_limit: "768m"
-          memswap_limit: "1024m"
-    tests:
-    - test_integration/test_advise.py
+#  - container_job: advise
+#    containers:
+#      clients: 1
+#      resources:
+#        client:
+#          mem_limit: "768m"
+#          memswap_limit: "1024m"
+#    tests:
+#    - test_integration/test_advise.py
 
   - container_job: cert
     tests:
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to