From 96beac6a6cf3efd25932fac4a27394f3e1ff8326 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Thu, 25 Dec 2025 05:02:41 -0500 Subject: [PATCH] Fix #87 --- test/runtests.jl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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