File: 0002-Disable-tests-for-GSSAPI-Simple.patch

package info (click to toggle)
ruby-gssapi 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 212 kB
  • ctags: 72
  • sloc: ruby: 770; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Hleb Valoshka <375gnu@gmail.com>
Date: Tue, 14 Jul 2015 15:35:17 +0300
Subject: Disable tests for GSSAPI::Simple

They need remote services and absent files
---
 test/spec/gssapi_simple_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/spec/gssapi_simple_spec.rb b/test/spec/gssapi_simple_spec.rb
index 182da36..5015c4c 100644
--- a/test/spec/gssapi_simple_spec.rb
+++ b/test/spec/gssapi_simple_spec.rb
@@ -21,4 +21,4 @@ describe GSSAPI::Simple, 'Test the Simple GSSAPI interface' do
     expect(gsscli.acquire_credentials).to be_truthy
   end
 
-end
+end if false