mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Mark broken DigitalOcean tests as pending
See https://github.com/fog/fog/pull/3304
This commit is contained in:
parent
0bd79a7306
commit
fa9254ba8d
4 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue