diff --git a/tests/cloudsigma/models/servers_tests.rb b/tests/cloudsigma/models/servers_tests.rb index f8811d92a..41b8ac5ad 100644 --- a/tests/cloudsigma/models/servers_tests.rb +++ b/tests/cloudsigma/models/servers_tests.rb @@ -1,7 +1,9 @@ Shindo.tests('Fog::Compute[:cloudsigma] | servers collection', ['cloudsigma']) do + # mark as pending, the collection_tests are not quite what in line with how CloudSigma servers operate + pending servers = Fog::Compute[:cloudsigma].servers server_create_args = {:name => 'fogtest', :cpu => 2000, :mem => 512*1024**2, :vnc_password => 'myrandompass'} collection_tests(servers, server_create_args, true) -end \ No newline at end of file +end