summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/run_oc_pedant.rb6
-rw-r--r--spec/support/oc_pedant.rb1
2 files changed, 4 insertions, 3 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index 0fad3e2..ab99cc8 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -83,7 +83,10 @@ begin
'--skip-users',
'--skip-organizations',
'--skip-multiuser',
- '--skip-policies' # these are expected to be broken, they're what we're trying to fix.
+
+ # will be supported.
+ '--skip-policies',
+ '--skip-cookbook-artifacts',
]
else
[]
@@ -104,7 +107,6 @@ begin
'--skip-headers',
# Chef 12 features not yet 100% supported by Chef Zero
- '--skip-cookbook-artifacts',
'--skip-containers',
'--skip-api-v1',
diff --git a/spec/support/oc_pedant.rb b/spec/support/oc_pedant.rb
index cc62dd4..6e39878 100644
--- a/spec/support/oc_pedant.rb
+++ b/spec/support/oc_pedant.rb
@@ -85,7 +85,6 @@ delete_org true
# are using pre-existing users, you must supply a ':key_file' key,
# which should be the fully-qualified path /on the machine Pedant is
# running on/ to a private key for that user.
-key = 'spec/support/stickywicket.pem'
superuser_name 'pivotal'
superuser_key key
webui_key key