Skip to content

Commit

Permalink
WIP: Try to enable windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy E Kozdon committed Aug 31, 2021
1 parent 16d3fbf commit 7d50259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ using MPI: mpiexec
mpi_tests = ("mpivec.jl", "mpimat.jl", "ksp.jl")

# XXX: We have problems with MPI and Windows with this test
if !(Sys.iswindows())
mpi_tests = (mpi_tests..., "dmda.jl")
end
# if !(Sys.iswindows())
# mpi_tests = (mpi_tests..., "dmda.jl")
# end

for file in mpi_tests
@testset "MPI test: $file" begin
Expand Down

0 comments on commit 7d50259

Please sign in to comment.