From b826ca5ecec83b4612604c923e80a8cf7652b437 Mon Sep 17 00:00:00 2001 From: "Alberto F. Martin" Date: Sun, 10 Mar 2024 12:58:49 +1100 Subject: [PATCH] Avoiding 2D+1D AMR tests in github actions --- test/runtests.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 6c11412..7b852ad 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -47,9 +47,10 @@ 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"] + continue + np = [1,4] + extra_args = "" else np = [nprocs] extra_args = ""