From edf7801c88413778cda1793016ac6fec55bc99ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Wed, 11 Dec 2024 22:49:31 +0100 Subject: [PATCH] set failing test to broken on nightly in test_inplacelu --- test/test_inplacelu.jl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/test_inplacelu.jl b/test/test_inplacelu.jl index 1b4b37147..35532aa9c 100644 --- a/test/test_inplacelu.jl +++ b/test/test_inplacelu.jl @@ -170,8 +170,13 @@ function runtests() @test m2 == 0 m3 = @allocated inplacelu_piv_marray(10, Dual64) @test m3 == 0 + m4 = @allocated inplacelu_piv_stridearray(10, Dual64) - @test m4 == 0 + if VERSION