me
/
guix
Archived
1
0
Fork 0

gnu: gnuradio: Disable a randomly failing test.

* gnu/packages/radio.scm (gnuradio)[arguments]: Add qa_rotator_cc to the list
  of disabled tests.
master
Guillaume Le Vaillant 2021-10-25 11:45:53 +02:00
parent 78a7c7f078
commit 988eb73d5b
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 4 additions and 1 deletions

View File

@ -598,7 +598,10 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).")
'(;; 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))