Skip to content

Commit 6271769

Browse files
author
Jeremy E Kozdon
committed
Disable windows + MPI tests
1 parent b0df437 commit 6271769

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ end
1515
# Examples with the comment
1616
# # INCLUDE IN MPI TEST
1717
# will be run here
18-
include("mpi_examples.jl")
18+
if !Sys.iswindows()
19+
include("mpi_examples.jl")
20+
end
1921

2022
include("options.jl")
2123
include("dmda.jl")

0 commit comments

Comments
 (0)