ipatests: disable test_nfs.py::TestNFS in nightly runs on Fedora 33

Also disable in Fedora 33 as it also has the faulty version of sssd
which produces multi-gigabyte log file

Related to https://pagure.io/freeipa/issue/8877

Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Sergey Orlov 2021-06-10 17:23:29 +02:00 committed by Florence Blanc-Renaud
parent 25f42c3289
commit accc27e663

View File

@ -1450,17 +1450,17 @@ jobs:
timeout: 3600
topology: *master_1repl
fedora-previous/nfs:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_nfs.py::TestNFS
template: *ci-master-previous
timeout: 9000
topology: *master_3client
# fedora-previous/nfs:
# requires: [fedora-previous/build]
# priority: 50
# job:
# class: RunPytest
# args:
# build_url: '{fedora-previous/build_url}'
# test_suite: test_integration/test_nfs.py::TestNFS
# template: *ci-master-previous
# timeout: 9000
# topology: *master_3client
fedora-previous/nfs_nsswitch_restore:
requires: [fedora-previous/build]