diff --git a/tests/integration/files/file/base/_modules/runtests_helpers.py b/tests/integration/files/file/base/_modules/runtests_helpers.py index 89f1f78c78..13f0d9067a 100644 --- a/tests/integration/files/file/base/_modules/runtests_helpers.py +++ b/tests/integration/files/file/base/_modules/runtests_helpers.py @@ -91,6 +91,7 @@ def get_invalid_docs(): 'vsphere.wraps', ) allow_failure_glob = ( + 'runtests_decorators.*', 'runtests_helpers.*', 'vsphere.*', )