Skip to content

Commit 813144c

Browse files
Update basictests.jl
1 parent e1dd64e commit 813144c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ end
234234
for alg in test_algs
235235
@testset "$alg" begin
236236
test_interface(alg, prob1, prob2)
237-
test_interface(alg, prob3, prob4)
237+
alg isa MKLLUFactorization || test_interface(alg, prob3, prob4)
238238
end
239239
end
240240
if LinearSolve.appleaccelerate_isavailable()

0 commit comments

Comments
 (0)