Skip to content

Commit

Permalink
switch off all tests except dmstag
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Oct 21, 2024
1 parent 246c234 commit feea43b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if Sys.iswindows()
do_mpi = false
end

#=
# Do the MPI tests first so we do not have mpi running inside MPI
# XXX: Currently not working on windows, not sure why
if do_mpi
Expand All @@ -36,3 +37,7 @@ include("test_snes.jl")
# Run the examples to make sure they all work
include("examples.jl")
=#

include("test_dmstag.jl")

0 comments on commit feea43b

Please sign in to comment.