mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Now that we aren't parallelizing, start bringing back skipped tests.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
45ef0d84d0
commit
11638d36dd
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ EOF
|
|||
end
|
||||
|
||||
it 'provides rules with access to the given DSL' do
|
||||
skip_until 2019, 6, 13, "Totally breaks mocha! Remove and fix this by TODO 2019-06-13"
|
||||
|
||||
profile_context.stubs(:current_load).returns({file: "<test content>"})
|
||||
eval_context.instance_eval(control_content)
|
||||
profile_context.all_rules.each do |rule|
|
||||
|
|
Loading…
Add table
Reference in a new issue