Disable validations on f28 standalone

Validations were enabled with a featureset_override.
This review keeps the featureset_override setting
( so it can be easily replaced back to true) but
disabled validations while the related bug is
under investigation.

Change-Id: Ia84350c466230ae2894e7501b74c71a98a63f06f
Related-Bug: #1824977
This commit is contained in:
Ronelle Landy 2019-04-16 16:09:14 -04:00
parent 492ebd2431
commit 7bf7078aaa
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
environment_type: standalone
featureset: '052'
featureset_override:
validate_services: true
validate_services: false
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$