summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/run_oc_pedant.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index b3288ce..5b803c3 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -98,7 +98,6 @@ begin
'--skip-keys',
'--skip-controls',
'--skip-acl',
- '--skip-usags',
'--exclude-internal-orgs',
'--skip-headers',
@@ -116,6 +115,13 @@ begin
# is for the search reindexing script.
'--skip-omnibus',
+ # USAGs (user-specific association groups) are Authz groups that contain
+ # only one user and represent that user's association with an org. Though
+ # there are good reasons for them, they don't work well in practice and
+ # only the manage console really uses them. Since Chef Zero + Manage is a
+ # quite unusual configuration, we're ignoring them.
+ '--skip-usags',
+
# Chef 12 features not yet 100% supported by Chef Zero
'--skip-containers',
'--skip-api-v1',