Skip to content

Commit

Permalink
Deactivating temporarily 2D+1D AMR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Mar 9, 2024
1 parent c57a21c commit a63f5f0
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 @@ -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 = ""
Expand Down

0 comments on commit a63f5f0

Please sign in to comment.