From feea43be2ec3553b030aa5ee2b25a3697658bc1a Mon Sep 17 00:00:00 2001 From: Boris Kaus Date: Mon, 21 Oct 2024 18:28:05 +0200 Subject: [PATCH] switch off all tests except dmstag --- test/runtests.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 8088c1b2..90c40aa7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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 @@ -36,3 +37,7 @@ include("test_snes.jl") # Run the examples to make sure they all work include("examples.jl") + +=# + +include("test_dmstag.jl") \ No newline at end of file