Skip to content

Commit

Permalink
Disable UltraNest tests for now.
Browse files Browse the repository at this point in the history
Causes crashes when run as part of tests, though passes when run standalone
on a single thread.
  • Loading branch information
oschulz committed Nov 4, 2024
1 parent f7c947e commit a83aea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/samplers/nested_sampling/test_nested_sampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Test.@testset "nested_sampling" begin
# 32-bit systems, GLIBCXX version conflicts cause trouble for CI
# on older Julia versions:
if Int == Int64 && ("UltraNest" in keys(Pkg.project().dependencies))
include("test_ultranest.jl")
# include("test_ultranest.jl")
end
if ("NestedSamplers" in keys(Pkg.project().dependencies))
include("test_ellipsoidal_nested_sampling.jl")
Expand Down

0 comments on commit a83aea8

Please sign in to comment.