Skip to content

Commit

Permalink
Disable HYPRE MPI tests on non-Linux OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 29, 2023
1 parent ebde14c commit 9866bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9866bda

Please sign in to comment.