diff --git a/test/runtests.jl b/test/runtests.jl index 1a60012..7c7b218 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -399,14 +399,10 @@ end linalg_stdlib_test_path = joinpath(dirname(pathof(LinearAlgebra)), "..", "test") -# TODO: Re-enable after fixing https://github.com/JuliaLinearAlgebra/AppleAccelerate.jl/issues/87 -# Don't run blas.jl tests since the "strided interface blas" tests are currently failing -#= @testset verbose=true "LinearAlgebra.jl BLAS tests" begin joinpath(linalg_stdlib_test_path, "blas.jl") |> include end -=# @testset verbose=false "LinearAlgebra.jl LAPACK tests" begin joinpath(linalg_stdlib_test_path, "lapack.jl") |> include -end \ No newline at end of file +end