Skip to content

Commit fa9254b

Browse files
committed
Mark broken DigitalOcean tests as pending
See fog#3304
1 parent 0bd79a7 commit fa9254b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

tests/digitalocean/models/compute/server_tests.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Shindo.tests("Fog::Compute[:digitalocean] | server model", ['digitalocean', 'compute']) do
22

3+
pending # See https://github.com/fog/fog/pull/3304
4+
35
server = fog_test_server
46

57
tests('The server model should') do

tests/digitalocean/requests/compute/get_server_details_tests.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Shindo.tests('Fog::Compute[:digitalocean] | get_server_details request', ['digitalocean', 'compute']) do
22

3+
pending # See https://github.com/fog/fog/pull/3304
4+
35
tests('success') do
46

57
test('#get_server_details') do

tests/digitalocean/requests/compute/power_cycle_server_tests.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Shindo.tests('Fog::Compute[:digitalocean] | power_cycle_server request', ['digitalocean', 'compute']) do
22

3+
pending # See https://github.com/fog/fog/pull/3304
4+
35
server = fog_test_server
46

57
tests('success') do

tests/digitalocean/requests/compute/power_state_tests.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Shindo.tests('Fog::Compute[:digitalocean] | power on/off/shutdown requests',
22
['digitalocean', 'compute']) do
33

4+
pending # See https://github.com/fog/fog/pull/3304
5+
46
service = Fog::Compute[:digitalocean]
57
server = fog_test_server
68

0 commit comments

Comments
 (0)