Mark some acceptance specs as pending for now
This commit is contained in:
parent
c85de745b6
commit
48a344ab8c
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ describe 'Sanity check' do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context '`vagrant halt` on a running container' do
|
pending '`vagrant halt` on a running container' do
|
||||||
before(:all) do
|
before(:all) do
|
||||||
destroy_container
|
destroy_container
|
||||||
vagrant_up
|
vagrant_up
|
||||||
|
@ -89,7 +89,7 @@ describe 'Sanity check' do
|
||||||
it 'clears forwarded ports'
|
it 'clears forwarded ports'
|
||||||
end
|
end
|
||||||
|
|
||||||
context '`vagrant destroy`' do
|
pending '`vagrant destroy`' do
|
||||||
before(:all) do
|
before(:all) do
|
||||||
destroy_container
|
destroy_container
|
||||||
vagrant_up
|
vagrant_up
|
||||||
|
|
Loading…
Reference in a new issue