Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable XYDelaunay exodiff tests temporarily #24665

Merged
merged 1 commit into from Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 9 additions & 8 deletions test/tests/meshgenerators/circular_correction_generator/tests
Expand Up @@ -9,14 +9,15 @@
requirement = 'The system shall correct full circular boundaries radii to preserve areas.'
recover = false
[]
[partial_curve_rad]
type = 'Exodiff'
input = 'partial_circle_rad.i'
exodiff = 'partial_circle_rad_in.e'
cli_args = '--mesh-only'
requirement = 'The system shall correct partial circular boundaries radii to preserve areas by moving all the nodes in the radial direction.'
recover = false
[]
# Temporarily disabled for Exodiff-breaking triangulator upgrades
# [partial_curve_rad]
# type = 'Exodiff'
# input = 'partial_circle_rad.i'
# exodiff = 'partial_circle_rad_in.e'
# cli_args = '--mesh-only'
# requirement = 'The system shall correct partial circular boundaries radii to preserve areas by moving all the nodes in the radial direction.'
# recover = false
# []
[partial_curve_span]
type = 'Exodiff'
input = 'partial_circle_span.i'
Expand Down
34 changes: 18 additions & 16 deletions test/tests/meshgenerators/xy_delaunay_generator/tests
Expand Up @@ -68,14 +68,15 @@
recover = false
detail = "assigning user-provided hole boundary names"
[]
[stitching]
type = 'Exodiff'
input = 'xydelaunay_stitching.i'
cli_args = '--mesh-only'
exodiff = 'xydelaunay_stitching_in.e'
recover = false
detail = "selectively stitching 'hole' meshes into the final mesh"
[]
# Temporarily disabled for Exodiff-breaking triangulator upgrades
# [stitching]
# type = 'Exodiff'
# input = 'xydelaunay_stitching.i'
# cli_args = '--mesh-only'
# exodiff = 'xydelaunay_stitching_in.e'
# recover = false
# detail = "selectively stitching 'hole' meshes into the final mesh"
# []
[nested]
type = 'Exodiff'
input = 'xydelaunay_nested.i'
Expand All @@ -92,13 +93,14 @@
recover = false
detail = "with optional Laplacian mesh smoothing."
[]
[area_func]
type = 'Exodiff'
input = 'xydelaunay_area_func.i'
cli_args = '--mesh-only'
exodiff = 'xydelaunay_area_func_in.e'
recover = false
detail = "with optional non-uniform refinement."
[]
# Temporarily disabled for Exodiff-breaking triangulator upgrades
# [area_func]
# type = 'Exodiff'
# input = 'xydelaunay_area_func.i'
# cli_args = '--mesh-only'
# exodiff = 'xydelaunay_area_func_in.e'
# recover = false
# detail = "with optional non-uniform refinement."
# []
[]
[]