gnu: julia-distances: Update flakey tests.
* gnu/packages/julia-xyz.scm (julia-distances)[arguments]: Adjust the custom 'skip-flakey-tests phase.
This commit is contained in:
parent
fcc900bd52
commit
c20c9e1685
1 changed files with 4 additions and 1 deletions
|
@ -925,10 +925,13 @@ dictionaries in Julia, for improved productivity and performance.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'skip-flakey-tests
|
(add-after 'unpack 'skip-flakey-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
|
;; Some combination of these tests fail nondeterministically
|
||||||
|
;; each of the times this package is built.
|
||||||
(substitute* "test/test_dists.jl"
|
(substitute* "test/test_dists.jl"
|
||||||
(("test dyz ≥") "test_nowarn dyz ≥")
|
(("test dyz ≥") "test_nowarn dyz ≥")
|
||||||
(("test dist\\(y, x") "test_nowarn dist(y, x")
|
(("test dist\\(y, x") "test_nowarn dist(y, x")
|
||||||
(("test dist\\(z, x") "test_nowarn dist(z, x")))))))
|
(("test dist\\(z, x") "test_nowarn dist(z, x")
|
||||||
|
(("test dist\\(z, y") "test_nowarn dist(z, y")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-statsapi" ,julia-statsapi)))
|
`(("julia-statsapi" ,julia-statsapi)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue