mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: temporarily remove test_dnssec.py::TestInstallDNSSECFirst from gating
The test test_dnssec.py::TestInstallDNSSECFirst is failing due to known issue https://pagure.io/freeipa/issue/8496 currently under investigation by 389ds team. In the meantime, remove the test from gating to avoid blocking the PRs. Related: https://pagure.io/freeipa/issue/8496 Reviewed-By: Stanislav Levin <slev@altlinux.org> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -26,11 +26,12 @@ vms:
|
||||
- test_integration/test_membermanager.py
|
||||
|
||||
- vm_jobs:
|
||||
- container_job: InstallDNSSECFirst
|
||||
containers:
|
||||
replicas: 1
|
||||
tests:
|
||||
- test_integration/test_dnssec.py::TestInstallDNSSECFirst
|
||||
# Temporarily disabled because of https://pagure.io/freeipa/issue/8496
|
||||
# - container_job: InstallDNSSECFirst
|
||||
# containers:
|
||||
# replicas: 1
|
||||
# tests:
|
||||
# - test_integration/test_dnssec.py::TestInstallDNSSECFirst
|
||||
|
||||
- container_job: simple_replication
|
||||
containers:
|
||||
|
||||
@@ -239,17 +239,17 @@ jobs:
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-latest/test_dnssec_TestInstallDNSSECFirst:
|
||||
requires: [fedora-latest/build]
|
||||
priority: 100
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-latest/build_url}'
|
||||
test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
# fedora-latest/test_dnssec_TestInstallDNSSECFirst:
|
||||
# requires: [fedora-latest/build]
|
||||
# priority: 100
|
||||
# job:
|
||||
# class: RunPytest
|
||||
# args:
|
||||
# build_url: '{fedora-latest/build_url}'
|
||||
# test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst
|
||||
# template: *ci-master-latest
|
||||
# timeout: 3600
|
||||
# topology: *master_1repl
|
||||
|
||||
fedora-latest/test_membermanager:
|
||||
requires: [fedora-latest/build]
|
||||
|
||||
Reference in New Issue
Block a user