gnu: ruby-hashery: Disable failing test.
* gnu/packages/ruby.scm (ruby-hashery)[arguments]: Remove failing test.
This commit is contained in:
parent
b0e52f52b7
commit
9d17702500
|
@ -3751,6 +3751,10 @@ Rubytest-based test frameworks. It provides the @code{rubytest} executable.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(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"))
|
(and (zero? (system* "qed"))
|
||||||
(zero? (system* "rubytest" "-Ilib" "-Itest" "test/"))))))))
|
(zero? (system* "rubytest" "-Ilib" "-Itest" "test/"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue