gnu: ruby-hashery: Disable failing test.

* gnu/packages/ruby.scm (ruby-hashery)[arguments]: Remove failing
test.
This commit is contained in:
Ben Woodcroft 2016-04-30 08:44:57 +10:00
parent b0e52f52b7
commit 9d17702500
1 changed files with 4 additions and 0 deletions

View File

@ -3751,6 +3751,10 @@ Rubytest-based test frameworks. It provides the @code{rubytest} executable.")
(modify-phases %standard-phases
(replace 'check
(lambda _
;; Remove known test failure documented at
;; https://github.com/rubyworks/hashery/issues/25
(substitute* "test/case_key_hash.rb"
(("^ assert\\(s\\)") ""))
(and (zero? (system* "qed"))
(zero? (system* "rubytest" "-Ilib" "-Itest" "test/"))))))))
(native-inputs