Skip to content

Commit a83aea8

Browse files
committed
Disable UltraNest tests for now.
Causes crashes when run as part of tests, though passes when run standalone on a single thread.
1 parent f7c947e commit a83aea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/samplers/nested_sampling/test_nested_sampling.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Test.@testset "nested_sampling" begin
99
# 32-bit systems, GLIBCXX version conflicts cause trouble for CI
1010
# on older Julia versions:
1111
if Int == Int64 && ("UltraNest" in keys(Pkg.project().dependencies))
12-
include("test_ultranest.jl")
12+
# include("test_ultranest.jl")
1313
end
1414
if ("NestedSamplers" in keys(Pkg.project().dependencies))
1515
include("test_ellipsoidal_nested_sampling.jl")

0 commit comments

Comments
 (0)