From cbb6157bd0bb48005717856c648edae6f5efbe39 Mon Sep 17 00:00:00 2001 From: Roy Stogner Date: Mon, 12 Jun 2023 15:33:20 -0500 Subject: [PATCH] Disable XYDelaunay exodiff tests temporarily These aren't compatible with the fixed + improved exodiff behavior in https://github.com/libMesh/libmesh/pull/3572 - we'll need to regold them this week when we do the next libMesh submodule update. Refs #20192 --- .../circular_correction_generator/tests | 17 +++++----- .../xy_delaunay_generator/tests | 34 ++++++++++--------- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/test/tests/meshgenerators/circular_correction_generator/tests b/test/tests/meshgenerators/circular_correction_generator/tests index 5edd96768c4e..1ef77de57047 100644 --- a/test/tests/meshgenerators/circular_correction_generator/tests +++ b/test/tests/meshgenerators/circular_correction_generator/tests @@ -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' diff --git a/test/tests/meshgenerators/xy_delaunay_generator/tests b/test/tests/meshgenerators/xy_delaunay_generator/tests index 794c3131877e..45a72c5a37e2 100644 --- a/test/tests/meshgenerators/xy_delaunay_generator/tests +++ b/test/tests/meshgenerators/xy_delaunay_generator/tests @@ -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' @@ -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." +# [] [] []