mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ibm] Remove IBM from flavors tests
This commit is contained in:
parent
b05b92634f
commit
ed816e9233
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
for provider, config in compute_providers
|
||||
|
||||
next if [:glesys, :voxel].include?(provider)
|
||||
next if [:glesys, :voxel, :ibm].include?(provider)
|
||||
|
||||
Shindo.tests("Fog::Compute[:#{provider}] | flavors", [provider]) do
|
||||
|
||||
|
|
Loading…
Reference in a new issue