From d0a1606e771a29e9f2f057d617dc482ab18a52b1 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Wed, 23 Dec 2020 12:14:02 +0100 Subject: [PATCH] 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 --- ipatests/prci_definitions/gating.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 375d89681..dfc14f64f 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -298,15 +298,3 @@ jobs: template: *ci-master-latest timeout: 3600 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