Skip to content

Commit 9866bda

Browse files
Disable HYPRE MPI tests on non-Linux OS
1 parent ebde14c commit 9866bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ if GROUP == "LinearSolvePardiso"
3232
@time @safetestset "Pardiso" include("pardiso/pardiso.jl")
3333
end
3434

35-
if (GROUP == "All" || GROUP == "LinearSolveHYPRE") && HAS_EXTENSIONS
35+
if Base.Sys.islinux() && (GROUP == "All" || GROUP == "LinearSolveHYPRE") && HAS_EXTENSIONS
3636
@time @safetestset "LinearSolveHYPRE" include("hypretests.jl")
3737
end

0 commit comments

Comments
 (0)