mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
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:
parent
b71009b31a
commit
baed2e6f91
@ -144,11 +144,11 @@ vms:
|
||||
containers:
|
||||
replicas: 1
|
||||
|
||||
- container_job: SubCAkeyReplication
|
||||
containers:
|
||||
replicas: 1
|
||||
tests:
|
||||
- test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
||||
# - container_job: SubCAkeyReplication
|
||||
# containers:
|
||||
# replicas: 1
|
||||
# tests:
|
||||
# - test_integration/test_replica_promotion.py::TestSubCAkeyReplication
|
||||
|
||||
# - container_job: adtrust_install
|
||||
# tests:
|
||||
@ -166,16 +166,16 @@ vms:
|
||||
# tests:
|
||||
# - test_integration/test_advise.py
|
||||
|
||||
- container_job: cert
|
||||
tests:
|
||||
- test_integration/test_cert.py
|
||||
containers:
|
||||
replicas: 1
|
||||
clients: 1
|
||||
resources:
|
||||
replica:
|
||||
mem_limit: "2300m"
|
||||
memswap_limit: "3300m"
|
||||
# - container_job: cert
|
||||
# tests:
|
||||
# - test_integration/test_cert.py
|
||||
# containers:
|
||||
# replicas: 1
|
||||
# clients: 1
|
||||
# resources:
|
||||
# replica:
|
||||
# mem_limit: "2300m"
|
||||
# memswap_limit: "3300m"
|
||||
|
||||
- container_job: external_ca_SelfExternalSelf
|
||||
tests:
|
||||
|
Loading…
Reference in New Issue
Block a user