mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: gnuradio: Disable a randomly failing test.
* gnu/packages/radio.scm (gnuradio)[arguments]: Add qa_rotator_cc to the list of disabled tests.
This commit is contained in:
parent
78a7c7f078
commit
988eb73d5b
1 changed files with 4 additions and 1 deletions
|
@ -598,7 +598,10 @@ (define-public gnuradio
|
|||
'(;; https://github.com/gnuradio/gnuradio/issues/3871
|
||||
"qa_header_payload_demux"
|
||||
;; https://github.com/gnuradio/gnuradio/issues/4348
|
||||
"qa_packet_headerparser_b")
|
||||
"qa_packet_headerparser_b"
|
||||
;; qa_rotator_cc sometimes fails, it looks like
|
||||
;; a floating point number precision issue.
|
||||
"qa_rotator_cc")
|
||||
"|"))))
|
||||
(add-after 'install 'wrap-python
|
||||
(assoc-ref python:%standard-phases 'wrap))
|
||||
|
|
Loading…
Reference in a new issue