[bug#53765,v2,06/18] gnu: clojure-data-xml: Exclude failing tests.
Commit Message
* gnu/packages/clojure.scm (clojure-data-xml): Failing tests excluded from
check phase.
---
gnu/packages/clojure.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Comments
Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> + #:test-exclude '(clojure.data.xml.test-cljs
> + clojure.data.xml.test-entities)))
Have these test failures been reported (upstream, assuming it's not a
downstream issue)?
Greetings,
Maxime.
Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> + #:doc-dirs '()
> + #:test-exclude '(clojure.data.xml.test-cljs
> + clojure.data.xml.test-entities)))
This is already done in 6d357541021578914eba7bb33d2529a6744de36d, in a
different form.
Anyways, a comment on what the issue is here is missing.
Greetings,
Maxime.
@@ -499,7 +499,9 @@ (define-public clojure-data-xml
(arguments
'(#:source-dirs '("src/main/clojure")
#:test-dirs '("src/test/clojure")
- #:doc-dirs '()))
+ #:doc-dirs '()
+ #:test-exclude '(clojure.data.xml.test-cljs
+ clojure.data.xml.test-entities)))
(propagated-inputs (list clojure-data-codec))
(synopsis "Clojure library for reading and writing XML data")
(description "@code{data.xml} is a Clojure library for reading and writing