From 4ba10436cbb144c7d9746ec9d44ceceff36a7e1e Mon Sep 17 00:00:00 2001 From: geemus Date: Wed, 10 Dec 2014 12:54:26 -0600 Subject: [PATCH] [digitalocean] reenable tests closes #3330 --- tests/helper.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/helper.rb b/tests/helper.rb index e7c14cf78..22728e6e8 100644 --- a/tests/helper.rb +++ b/tests/helper.rb @@ -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"