File: skip_test_remote_check_connection_push_credentials.patch

package info (click to toggle)
ruby-rugged 1.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,752 kB
  • sloc: ansic: 8,722; ruby: 7,473; sh: 99; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: skip failing test with remote credentials check
  It has been failing since Github shut down usr/pass git access
Bug-Debian: https://bugs.debian.org/992654
Forwarded: not-needed
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2021-09-20

--- a/test/remote_test.rb
+++ b/test/remote_test.rb
@@ -29,7 +29,7 @@
     assert !remote.check_connection(:push)
   end
 
-  def test_remote_check_connection_push_credentials
+  def _test_remote_check_connection_push_credentials
     skip unless Rugged.features.include?(:ssh) && ssh_creds?
 
     url = ENV['GITTEST_REMOTE_SSH_URL']