diff --git a/tests/aws/models/rds/server_tests.rb b/tests/aws/models/rds/server_tests.rb index 991f53835..0594caf62 100644 --- a/tests/aws/models/rds/server_tests.rb +++ b/tests/aws/models/rds/server_tests.rb @@ -1,4 +1,6 @@ Shindo.tests("AWS::RDS | server", ['aws', 'rds']) do + # Disabled due to https://github.com/fog/fog/1546 + pending model_tests(Fog::AWS[:rds].servers, rds_default_server_params) do # We'll need this later; create it early to avoid waiting diff --git a/tests/aws/requests/rds/instance_tests.rb b/tests/aws/requests/rds/instance_tests.rb index 34d87a326..0080596d6 100644 --- a/tests/aws/requests/rds/instance_tests.rb +++ b/tests/aws/requests/rds/instance_tests.rb @@ -1,4 +1,7 @@ Shindo.tests('AWS::RDS | instance requests', ['aws', 'rds']) do + # Disabled due to https://github.com/fog/fog/1546 + pending + # random_differentiator # Useful when rapidly re-running tests, so we don't have to wait # serveral minutes for deleted servers to disappear diff --git a/tests/hp/models/compute/security_group_tests.rb b/tests/hp/models/compute/security_group_tests.rb index 43582cb79..b23b65e79 100644 --- a/tests/hp/models/compute/security_group_tests.rb +++ b/tests/hp/models/compute/security_group_tests.rb @@ -1,4 +1,6 @@ Shindo.tests("Fog::Compute[:hp] | security_group", ['hp']) do + # Disabled due to https://github.com/fog/fog/1546 + pending model_tests(Fog::Compute[:hp].security_groups, {:name => 'foggroupname', :description => 'foggroupdescription'}, true)