Skip to content

Commit

Permalink
Azure: temporarily disable problematic tests, #2
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-By: Michal Polovka <[email protected]>
Reviewed-By: Stanislav Levin <[email protected]>
  • Loading branch information
fcami committed Jul 23, 2021
1 parent b71009b commit baed2e6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ipatests/azure/azure_definitions/gating-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit baed2e6

Please sign in to comment.