1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[digitalocean] reenable tests

closes #3330
This commit is contained in:
geemus 2014-12-10 12:54:26 -06:00
parent 47b67a1d01
commit 4ba10436cb

View file

@ -53,8 +53,3 @@ rescue LoadError
Formatador.display_line("[yellow]Skipping tests for [bold]libvirt[/] [yellow]due to missing `ruby-libvirt` gem.[/]")
Thread.current[:tags] << '-libvirt'
end
# This disables all DigitalOcean tests since the test server code is broken and fails in every case
# See https://github.com/fog/fog/pull/3304
Formatador.display_line("[yellow]Skipping tests for [bold]digitialocean[/] [yellow]due to test helper being broken.[/]")
Thread.current[:tags] << "-digitalocean"