Azure: temporarily disable problematic tests, #2

test_cert and test_SubCAkeyReplication are randomly failing.
The suspect for test_SubCAkeyReplication is an nss bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1985061

The reason for test_cert failures was not identified, the only
relevant line in the log contains:
2021-07-22T17:37:21.0873339Z tests: cert, result: 1, time: 30:08.98
2021-07-22T17:37:21.0874172Z Command exited with non-zero status 1

Disable these tests in gating until the NSS bug is fixed and
the related build is available in Fedora.

Related: https://pagure.io/freeipa/issue/8864
Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Michal Polovka <mpolovka@redhat.com>
Reviewed-By: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
François Cami 2021-07-22 20:22:13 +02:00
parent b71009b31a
commit baed2e6f91

View File

@ -144,11 +144,11 @@ vms:
containers: containers:
replicas: 1 replicas: 1
- container_job: SubCAkeyReplication # - container_job: SubCAkeyReplication
containers: # containers:
replicas: 1 # replicas: 1
tests: # tests:
- test_integration/test_replica_promotion.py::TestSubCAkeyReplication # - test_integration/test_replica_promotion.py::TestSubCAkeyReplication
# - container_job: adtrust_install # - container_job: adtrust_install
# tests: # tests:
@ -166,16 +166,16 @@ vms:
# tests: # tests:
# - test_integration/test_advise.py # - test_integration/test_advise.py
- container_job: cert # - container_job: cert
tests: # tests:
- test_integration/test_cert.py # - test_integration/test_cert.py
containers: # containers:
replicas: 1 # replicas: 1
clients: 1 # clients: 1
resources: # resources:
replica: # replica:
mem_limit: "2300m" # mem_limit: "2300m"
memswap_limit: "3300m" # memswap_limit: "3300m"
- container_job: external_ca_SelfExternalSelf - container_job: external_ca_SelfExternalSelf
tests: tests: