tests/digitalocean/models/compute/servers_tests.rb in fog-1.20.0 vs tests/digitalocean/models/compute/servers_tests.rb in fog-1.21.0
- old
+ new
@@ -6,9 +6,12 @@
}.merge fog_test_server_attributes
public_key_path = File.join(File.dirname(__FILE__), '../../fixtures/id_rsa.pub')
private_key_path = File.join(File.dirname(__FILE__), '../../fixtures/id_rsa')
+ # Collection tests are consistently timing out on Travis wasting people's time and resources
+ pending if Fog.mocking?
+
collection_tests(service.servers, options, true) do
@instance.wait_for { ready? }
end
tests("#bootstrap with public/private_key_path").succeeds do