Mark broken DigitalOcean tests as pending

See https://github.com/fog/fog/pull/3304
This commit is contained in:
Paul Thornthwaite 2014-12-10 00:31:54 +00:00
Родитель 0bd79a7306
Коммит fa9254ba8d
4 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,7 @@
Shindo.tests("Fog::Compute[:digitalocean] | server model", ['digitalocean', 'compute']) do
pending # See https://github.com/fog/fog/pull/3304
server = fog_test_server
tests('The server model should') do

Просмотреть файл

@ -1,5 +1,7 @@
Shindo.tests('Fog::Compute[:digitalocean] | get_server_details request', ['digitalocean', 'compute']) do
pending # See https://github.com/fog/fog/pull/3304
tests('success') do
test('#get_server_details') do

Просмотреть файл

@ -1,5 +1,7 @@
Shindo.tests('Fog::Compute[:digitalocean] | power_cycle_server request', ['digitalocean', 'compute']) do
pending # See https://github.com/fog/fog/pull/3304
server = fog_test_server
tests('success') do

Просмотреть файл

@ -1,6 +1,8 @@
Shindo.tests('Fog::Compute[:digitalocean] | power on/off/shutdown requests',
['digitalocean', 'compute']) do
pending # See https://github.com/fog/fog/pull/3304
service = Fog::Compute[:digitalocean]
server = fog_test_server