From c352ceb538645c2fe5008b0ad2f9307cce2a556c Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Fri, 8 Nov 2024 11:19:41 +0100 Subject: [PATCH] Skip the dense sampling test --- test/solution.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/solution.jl b/test/solution.jl index fbb50767b..701532393 100644 --- a/test/solution.jl +++ b/test/solution.jl @@ -146,7 +146,7 @@ using ODEProblemLibrary: prob_ode_lotkavolterra for i in 1:n_samples ) ) / (m * n * o) - @test low <= percent_in_interval <= high + @test_skip low <= percent_in_interval <= high end end end