From 551243f82a5fc38ae117ebb0a21d4928bfd14fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Tue, 14 Oct 2025 12:04:54 +0200 Subject: [PATCH] Remove unreliable test --- test/cov.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cov.jl b/test/cov.jl index 27543b31..6cc16ebc 100644 --- a/test/cov.jl +++ b/test/cov.jl @@ -21,7 +21,6 @@ function test_isapprox_preserves_symherm_structure(f::F, x::AbstractMatrix, y::A if A isa Union{Symmetric,Hermitian} @test fA isa (A isa Symmetric ? Symmetric : Hermitian) @test fA.uplo == A.uplo - @test parent(fA) != fA # only active triangle is written to end end end