Skip to content

Commit 0341248

Browse files
authored
Remove unreliable test (#967)
1 parent 627129f commit 0341248

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cov.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function test_isapprox_preserves_symherm_structure(f::F, x::AbstractMatrix, y::A
2121
if A isa Union{Symmetric,Hermitian}
2222
@test fA isa (A isa Symmetric ? Symmetric : Hermitian)
2323
@test fA.uplo == A.uplo
24-
@test parent(fA) != fA # only active triangle is written to
2524
end
2625
end
2726
end

0 commit comments

Comments
 (0)