diff --git a/test/runtests.jl b/test/runtests.jl index bbf1cd0d8..b9c4a4941 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -32,6 +32,6 @@ if GROUP == "LinearSolvePardiso" @time @safetestset "Pardiso" include("pardiso/pardiso.jl") end -if (GROUP == "All" || GROUP == "LinearSolveHYPRE") && HAS_EXTENSIONS +if Base.Sys.islinux() && (GROUP == "All" || GROUP == "LinearSolveHYPRE") && HAS_EXTENSIONS @time @safetestset "LinearSolveHYPRE" include("hypretests.jl") end