From a83aea879ae449369cda787e9ee098fa6efbbc29 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Mon, 4 Nov 2024 20:18:03 +0100 Subject: [PATCH] Disable UltraNest tests for now. Causes crashes when run as part of tests, though passes when run standalone on a single thread. --- test/samplers/nested_sampling/test_nested_sampling.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/samplers/nested_sampling/test_nested_sampling.jl b/test/samplers/nested_sampling/test_nested_sampling.jl index 8f0562e40..4245b117b 100644 --- a/test/samplers/nested_sampling/test_nested_sampling.jl +++ b/test/samplers/nested_sampling/test_nested_sampling.jl @@ -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")