Make docs-build sanity test disabled by default.

This commit is contained in:
Matt Clay 2018-05-09 16:47:24 -07:00
parent ad5fdf5eb7
commit a7d7df1450
5 changed files with 32 additions and 14 deletions

View file

@ -139,6 +139,7 @@ class SanityConfig(TestConfig):
self.test = args.test # type: list [str]
self.skip_test = args.skip_test # type: list [str]
self.list_tests = args.list_tests # type: bool
self.allow_disabled = args.allow_disabled # type: bool
if args.base_branch:
self.base_branch = args.base_branch # str