Skip to content

Commit 8d9b51a

Browse files
committed
Add "recover = false" in test case
Ref. idaholab#196
1 parent cc1df6f commit 8d9b51a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tests/val-2d/tests

+2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
input = 'val-2d.i'
88
cli_args = 'Mesh/active=cartesian_mesh_coarse Executioner/TimeStepper/dt=1 Outputs/file_base=val-2d_limited_out'
99
csvdiff = val-2d_limited_out.csv
10+
recover = false
1011
requirement = 'The system shall be able to model thermal desorption spectroscopy on Tungsten.'
1112
[]
1213
[val-2d_exodiff]
1314
type = Exodiff
1415
input = 'val-2d.i'
1516
cli_args = 'Mesh/active=cartesian_mesh_coarse Executioner/TimeStepper/dt=1 Outputs/file_base=val-2d_limited_out'
1617
exodiff = val-2d_limited_out.e
18+
recover = false
1719
prereq = val-2d_csvdiff
1820
should_execute = false # this test relies on the output files from val-2d_csvdiff, so it shouldn't be run twice
1921
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.'

0 commit comments

Comments
 (0)