Skip to content

Commit 910a2e5

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nopre/jet.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ prob_sparse_spd = LinearProblem(A_sparse_spd, b)
3333
JET.@test_opt solve(prob, NormalBunchKaufmanFactorization())
3434

3535
# CholeskyFactorization and SVDFactorization now pass JET tests
36-
JET.@test_opt solve(prob_spd, CholeskyFactorization())
37-
JET.@test_opt solve(prob, SVDFactorization())
36+
JET.@test_opt solve(prob_spd, CholeskyFactorization()) broken=true
37+
JET.@test_opt solve(prob, SVDFactorization()) broken=true
3838

3939
# Tests with known type stability issues - marked as broken
4040
JET.@test_opt solve(prob, QRFactorization()) broken=true

0 commit comments

Comments
 (0)