Skip to content

Commit

Permalink
Add skip-chef-zero-quirks to the defaults in chef-zero
Browse files Browse the repository at this point in the history
as the user acls are not currently supported here

Related to chef/chef-server#1242

Signed-off-by: Jaymala Sinha <jsinha@chef.io>
  • Loading branch information
Jaymala Sinha committed Apr 27, 2017
1 parent 949a0ca commit 9524dac
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions spec/run_oc_pedant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ def args_from_env(key)
"--skip-organizations",
"--skip-multiuser",
"--skip-user-keys",

# chef-zero has some non-removable quirks, such as the fact that files
# with 255-character names cannot be stored in local mode. This is
# reserved only for quirks that are *irrevocable* and by design; and
# should barely be used at all.
"--skip-chef-zero-quirks",
]
else
[]
Expand Down Expand Up @@ -183,6 +177,14 @@ def args_from_env(key)

# The universe endpoint is unlikely to ever make sense for Chef Zero
"--skip-universe",

# chef-zero has some non-removable quirks, such as the fact that files
# with 255-character names cannot be stored in local mode. This is
# reserved only for quirks that are *irrevocable* and by design; and
# should barely be used at all. This is also used to skip the user acl
# tests from chef-server as the user acls are not supported in chef-zero
# at this time.
"--skip-chef-zero-quirks",
]

# The knife tests are very slow and don't give us a lot of extra coverage,
Expand Down

0 comments on commit 9524dac

Please sign in to comment.