mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|elasticache] Enable mocking for elasticache cluster tests
This commit is contained in:
parent
c0f1617263
commit
1bc6b7df17
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
Shindo.tests('AWS::Elasticache | cache cluster requests', ['aws', 'elasticache']) do
|
||||
|
||||
tests('success') do
|
||||
pending if Fog.mocking?
|
||||
|
||||
# Randomize the cluster ID so tests can be fequently re-run
|
||||
CLUSTER_ID = "fog-test-cluster-#{rand(999).to_s}" # 20 chars max!
|
||||
|
|
Loading…
Reference in a new issue