Skip to content

Commit 7f37dd7

Browse files
committed
remove test for setproperty!
1 parent b703efc commit 7f37dd7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/verbosity.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,6 @@ end
176176
prob,
177177
verbose = verb)
178178

179-
verb.default_lu_fallback = InfoLevel()
180-
181-
@test_logs (:info,
182-
"LU factorization failed, falling back to QR factorization. `A` is potentially rank-deficient.") solve(
183-
prob,
184-
verbose = verb)
185179
end
186180

187181
@testset "BLAS Return Code Interpretation" begin

0 commit comments

Comments
 (0)