[SCM] ci-tooling packaging branch, master, updated. 814fad43b2dbe4b3a420e70ca49545451fc377e7

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Oct 16 08:58:03 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=814fad4

The following commit has been merged in the master branch:
commit 814fad43b2dbe4b3a420e70ca49545451fc377e7
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Oct 16 10:57:54 2015 +0200

    disable VCR for orig sourcer test
    
    we are getting to the point where vcr configs in one thing conflict with
    antoher things business, so we may soon need to segment the test base
---
 test/test_kci_orig_sourcer.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/test_kci_orig_sourcer.rb b/test/test_kci_orig_sourcer.rb
index dffedde..e131ed8 100644
--- a/test/test_kci_orig_sourcer.rb
+++ b/test/test_kci_orig_sourcer.rb
@@ -5,6 +5,10 @@ require_relative '../kci/orig_sourcer.rb'
 
 module KCI
   class OrigSourcerTestCase < TestCase
+    def setup
+      VCR.turn_off!(ignore_cassettes: false)
+    end
+
     def test_tarball # also tests watch
       FileUtils.cp_r(Dir.glob("#{data}/*"), Dir.pwd)
       Test.http_serve(data('http')) do

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list