Skip to content

Commit

Permalink
Merge pull request #26407 from lindsayad/in-tree-25752
Browse files Browse the repository at this point in the history
Restrict k-epsilon test to in-tree
  • Loading branch information
GiudGiud authored Dec 23, 2023
2 parents a18fcd8 + b4dd7d1 commit 4d71af3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@
detail = 'and reach converged results with segregated solvers.'
abs_zero = 1e-6
heavy = true
# skip test if test is being run out-of-tree. Issue Ref: #26129
installation_type = in_tree
[]
[run]
type = 'Exodiff'
Expand All @@ -179,6 +181,8 @@
detail = 'and pass debugging checks.'
abs_zero = 1e-6
cli_args = 'Executioner/num_iterations=10 Outputs/file_base=lid-driven-turb-energy_short'
# skip test if test is being run out-of-tree. Issue Ref: #26129
installation_type = in_tree
[]
[]
[lid_driven_turb_energy_wall]
Expand Down

0 comments on commit 4d71af3

Please sign in to comment.