From 4ae9c78f595ec62dab3a8d893e90989010cc1f79 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Aug 08 2022 07:53:25 +0000 Subject: azure tests: disable TestInstallDNSSECFirst The test TestInstallDNSSECFirst is failing because of one of its dependencies (the most likely suspect is the update of openssl-pkcs11). Disable the test from azure gating until the issue is solved. Related: https://pagure.io/freeipa/issue/9216 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Francisco Trivino --- diff --git a/ipatests/azure/azure_definitions/gating-fedora.yml b/ipatests/azure/azure_definitions/gating-fedora.yml index edb4437..d5fa777 100644 --- a/ipatests/azure/azure_definitions/gating-fedora.yml +++ b/ipatests/azure/azure_definitions/gating-fedora.yml @@ -45,15 +45,16 @@ vms: - test_integration/test_external_ca.py::TestExternalCAInstall - vm_jobs: - - container_job: InstallDNSSECFirst - containers: - replicas: 1 - resources: - replica: - mem_limit: "2400m" - memswap_limit: "3500m" - tests: - - test_integration/test_dnssec.py::TestInstallDNSSECFirst +# Temporary disable - see https://pagure.io/freeipa/issue/9216 +# - container_job: InstallDNSSECFirst +# containers: +# replicas: 1 +# resources: +# replica: +# mem_limit: "2400m" +# memswap_limit: "3500m" +# tests: +# - test_integration/test_dnssec.py::TestInstallDNSSECFirst - container_job: simple_replication containers: