diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-21 23:15:10 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-21 23:15:10 +0100 |
| commit | bf12ff41d1483a3a7c3052783574e5ee6d66e108 (patch) | |
| tree | 63ec7820c3f5dc267c9e213cd94c92a79131820f /testing/ruby-rugged/skip-test_discover_false.patch | |
| parent | 753b0965d13f776141816e9fbacd56f172c65cdb (diff) | |
| download | aports-bf12ff41d1483a3a7c3052783574e5ee6d66e108.tar.bz2 aports-bf12ff41d1483a3a7c3052783574e5ee6d66e108.tar.xz | |
community/ruby-rugged: move from testing
Diffstat (limited to 'testing/ruby-rugged/skip-test_discover_false.patch')
| -rw-r--r-- | testing/ruby-rugged/skip-test_discover_false.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/ruby-rugged/skip-test_discover_false.patch b/testing/ruby-rugged/skip-test_discover_false.patch deleted file mode 100644 index e968c021dd..0000000000 --- a/testing/ruby-rugged/skip-test_discover_false.patch +++ /dev/null @@ -1,27 +0,0 @@ -Skip these two tests: - - 1) Failure: -RepositoryDiscoverTest#test_discover_false [/home/jirutjak/aports/testing/ruby-rugged/src/rugged-0.26.0/test/repo_test.rb:426]: -Rugged::RepositoryError expected but nothing was raised. - - 2) Failure: -RepositoryDiscoverTest#test_discover_nested_false [/home/jirutjak/aports/testing/ruby-rugged/src/rugged-0.26.0/test/repo_test.rb:432]: -Rugged::RepositoryError expected but nothing was raised. - ---- a/test/repo_test.rb -+++ b/test/repo_test.rb -@@ -423,12 +423,14 @@ - end - - def test_discover_false -+ skip 'I have no idea why this test does not pass :(' - assert_raises Rugged::RepositoryError do - Rugged::Repository.discover(@tmpdir) - end - end - - def test_discover_nested_false -+ skip 'I have no idea why this test does not pass :(' - assert_raises Rugged::RepositoryError do - Rugged::Repository.discover(File.join(@tmpdir, 'foo')) - end |
