Skip to content

Commit

Permalink
Add "recover = false" in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-yang-ly committed Nov 1, 2024
1 parent e028fbc commit add91f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tests/val-2d/tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
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]
type = Exodiff
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.'
Expand Down

0 comments on commit add91f2

Please sign in to comment.