ipatests: remove test_acme from gating

test_acme is not stable and often needs to be
launched multiple times. Remove the test from gating
until the issue is fixed

Related: https://pagure.io/freeipa/issue/8602
Reviewed-By: Kaleemullah Siddiqui <ksiddiqu@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2020-12-23 12:14:02 +01:00
parent 4c4f16fc9c
commit d0a1606e77

View File

@ -298,15 +298,3 @@ jobs:
template: *ci-master-latest template: *ci-master-latest
timeout: 3600 timeout: 3600
topology: *master_1repl topology: *master_1repl
fedora-latest/test_acme:
requires: [fedora-latest/build]
priority: 100
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_acme.py
template: *ci-master-latest
timeout: 7200
topology: *master_1repl_1client