[rubygem-fog] Disable test cases failing without network connection.

Vít Ondruch vondruch at fedoraproject.org
Mon Jun 9 15:09:27 UTC 2014


commit c0bdec53e13052ff5f8bfb63ee315714805b65b2
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jun 9 17:09:16 2014 +0200

    Disable test cases failing without network connection.

 rubygem-fog.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/rubygem-fog.spec b/rubygem-fog.spec
index 4cbc666..5697093 100644
--- a/rubygem-fog.spec
+++ b/rubygem-fog.spec
@@ -66,6 +66,11 @@ done
 pushd .%{gem_instdir}
 # Disable coverage.
 sed -i "/require 'simplecov'/ s/^/#/" tests/helper.rb
+
+# The test fails without network connection.
+# https://github.com/fog/fog/issues/2986
+mv tests/hp/block_storage_tests.rb{,.bak}
+
 COVERAGE=false FOG_MOCK=true shindo
 popd
 


More information about the scm-commits mailing list