Mark some acceptance specs as pending for now

This commit is contained in:
Fabio Rehm 2013-04-21 16:44:47 -03:00
parent c85de745b6
commit 48a344ab8c

View file

@ -77,7 +77,7 @@ describe 'Sanity check' do
end
end
context '`vagrant halt` on a running container' do
pending '`vagrant halt` on a running container' do
before(:all) do
destroy_container
vagrant_up
@ -89,7 +89,7 @@ describe 'Sanity check' do
it 'clears forwarded ports'
end
context '`vagrant destroy`' do
pending '`vagrant destroy`' do
before(:all) do
destroy_container
vagrant_up