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 0c0e420
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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 All @@ -50,6 +54,8 @@
Mesh/triang/holes="hole_1_name hole_2_name_2"'
expect_err = "The hole meshes contain subdomain name maps with conflicts."
detail = "if the input hole meshes contain subdomain name maps with conflicts"
# see 29718
valgrind = none
[]
[]
[]

0 comments on commit 0c0e420

Please sign in to comment.