1
0
Fork 0
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:
Decklin Foster 2012-02-20 15:57:55 -05:00
parent b05b92634f
commit ed816e9233

View file

@ -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