mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
marked mocking tests pending
This commit is contained in:
parent
a79aad91e0
commit
da9340898e
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
Shindo.tests('Fog::Redshift[:aws] | cluster parameter group requests', ['aws']) do
|
||||
|
||||
pending if Fog.mocking?
|
||||
suffix = rand(65536).to_s(16)
|
||||
parameter_group = "test-cluster-parameter-group-#{suffix}"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Shindo.tests('Fog::Redshift[:aws] | cluster security group requests', ['aws']) do
|
||||
|
||||
pending if Fog.mocking?
|
||||
suffix = rand(65536).to_s(16)
|
||||
identifier = "test-cluster-security-group-#{suffix}"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Shindo.tests('Fog::Redshift[:aws] | cluster snapshot requests', ['aws']) do
|
||||
|
||||
pending if Fog.mocking?
|
||||
suffix = rand(65536).to_s(16)
|
||||
identifier = "test-snapshot-#{suffix}"
|
||||
cluster = "test-cluster-#{suffix}"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Shindo.tests('Fog::Redshift[:aws] | cluster requests', ['aws']) do
|
||||
|
||||
pending if Fog.mocking?
|
||||
identifier = "test-cluster-#{rand(65536).to_s(16)}"
|
||||
|
||||
@cluster_format = {
|
||||
|
|
Loading…
Reference in a new issue