We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 108bf08 + 74b3c68 commit 0ec3feaCopy full SHA for 0ec3fea
test/runtests.jl
@@ -399,14 +399,10 @@ end
399
400
linalg_stdlib_test_path = joinpath(dirname(pathof(LinearAlgebra)), "..", "test")
401
402
-# TODO: Re-enable after fixing https://github.com/JuliaLinearAlgebra/AppleAccelerate.jl/issues/87
403
-# Don't run blas.jl tests since the "strided interface blas" tests are currently failing
404
-#=
405
-@testset verbose=true "LinearAlgebra.jl BLAS tests" begin
+@testset verbose=false "LinearAlgebra.jl BLAS tests" begin
406
joinpath(linalg_stdlib_test_path, "blas.jl") |> include
407
end
408
-=#
409
410
@testset verbose=false "LinearAlgebra.jl LAPACK tests" begin
411
joinpath(linalg_stdlib_test_path, "lapack.jl") |> include
412
-end
+end
0 commit comments