From a63f5f036e1dd41042fbc0d4039cd15476fe3a49 Mon Sep 17 00:00:00 2001 From: "Alberto F. Martin" Date: Sat, 9 Mar 2024 23:31:12 +1100 Subject: [PATCH] Deactivating temporarily 2D+1D AMR tests --- test/runtests.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index e8819a1..6c11412 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -47,9 +47,9 @@ function run_tests(testdir) elseif f in ["PoissonNonConformingOctreeModelsTests.jl"] np = [1,2,4] extra_args = "" - elseif f in ["PoissonAnisotropicOctreeModelsTests.jl"] - np = [1,4] - extra_args = "" + #elseif f in ["PoissonAnisotropicOctreeModelsTests.jl"] + # np = [1,4] + # extra_args = "" else np = [nprocs] extra_args = ""