Ignore all docstrings in runtests_decorators.py

This commit is contained in:
Erik Johnson 2018-04-13 22:02:07 -05:00
parent 9dfb4c008c
commit dc03583849
No known key found for this signature in database
GPG Key ID: 5E5583C437808F3F

View File

@ -91,6 +91,7 @@ def get_invalid_docs():
'vsphere.wraps',
)
allow_failure_glob = (
'runtests_decorators.*',
'runtests_helpers.*',
'vsphere.*',
)