Skip to content

Commit

Permalink
Disable windows + MPI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy E Kozdon committed Jul 20, 2021
1 parent b0df437 commit 1ac8830
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ end
# Examples with the comment
# # INCLUDE IN MPI TEST
# will be run here
include("mpi_examples.jl")
# XXX: Currently not working on windows reliably, not sure why
if !Sys.iswindows()
include("mpi_examples.jl")
end

include("options.jl")
include("dmda.jl")
Expand Down

0 comments on commit 1ac8830

Please sign in to comment.