Skip to content

Commit

Permalink
Skip XYZDelaunayGenerator tests that commonly valgrind timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Jan 21, 2025
1 parent 38df661 commit fc9319a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/tests/meshgenerators/xyz_delaunay_generator/tests
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Tests]
design = 'meshgenerators/XYZDelaunayGenerator.md'
issues = '#28297'
issues = '#28297 #29718'
[xyzdelaunay]
requirement = "The system shall have the capability of tetrahedralizing a triangulated boundary"
[basic]
Expand Down Expand Up @@ -31,13 +31,17 @@
csvdiff = 'xyzdelaunay_nested_out.csv'
recover = false
detail = "allowing deep nesting of tetrahedralizations within tetrahedralizations"
# see 29718
valgrind = none
[]
[smoothed]
type = 'CSVDiff'
input = 'xyzdelaunay_smoothed.i'
csvdiff = 'xyzdelaunay_smoothed_out.csv'
recover = false
detail = "with optional Laplacian mesh smoothing."
# see 29718
valgrind = none
[]
[]
[errors]
Expand Down

0 comments on commit fc9319a

Please sign in to comment.