Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
end
Loading