From add91f29ee86810d736d43e4d3ea30578dc437c1 Mon Sep 17 00:00:00 2001 From: Lin Yang <132409718+lin-yang-ly@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:11:34 -0600 Subject: [PATCH] Add "recover = false" in test case Ref. #196 --- test/tests/val-2d/tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tests/val-2d/tests b/test/tests/val-2d/tests index 592913bc..bd5ec151 100644 --- a/test/tests/val-2d/tests +++ b/test/tests/val-2d/tests @@ -7,6 +7,7 @@ input = 'val-2d.i' cli_args = 'Mesh/active=cartesian_mesh_coarse Executioner/TimeStepper/dt=1 Outputs/file_base=val-2d_limited_out' csvdiff = val-2d_limited_out.csv + recover = false requirement = 'The system shall be able to model thermal desorption spectroscopy on Tungsten.' [] [val-2d_exodiff] @@ -14,6 +15,7 @@ input = 'val-2d.i' cli_args = 'Mesh/active=cartesian_mesh_coarse Executioner/TimeStepper/dt=1 Outputs/file_base=val-2d_limited_out' exodiff = val-2d_limited_out.e + recover = false prereq = val-2d_csvdiff should_execute = false # this test relies on the output files from val-2d_csvdiff, so it shouldn't be run twice requirement = 'The system shall be able to model thermal desorption spectroscopy on Tungsten to include full set of simulation outputs, including tritium concentration, diffusion flux, and trapping properties.'