Skip to content

Commit c70f3fe

Browse files
Update test/nopre/jet.jl
1 parent 910a2e5 commit c70f3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nopre/jet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ prob_sparse_spd = LinearProblem(A_sparse_spd, b)
2929
JET.@test_opt solve(prob, GenericLUFactorization())
3030
JET.@test_opt solve(prob, DiagonalFactorization())
3131
JET.@test_opt solve(prob, SimpleLUFactorization())
32-
JET.@test_opt solve(prob_spd, NormalCholeskyFactorization())
32+
JET.@test_opt solve(prob_spd, NormalCholeskyFactorization()) broken=true
3333
JET.@test_opt solve(prob, NormalBunchKaufmanFactorization())
3434

3535
# CholeskyFactorization and SVDFactorization now pass JET tests

0 commit comments

Comments
 (0)