From 376855f5c971f5ac9eb69f589bb33c2eb4c2ada3 Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Fri, 12 Dec 2025 11:32:32 +0100 Subject: [PATCH] Enable TestApplyDiffusionToThetaAndExner --- .../stencil_tests/test_apply_diffusion_to_theta_and_exner.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/model/atmosphere/diffusion/tests/diffusion/stencil_tests/test_apply_diffusion_to_theta_and_exner.py b/model/atmosphere/diffusion/tests/diffusion/stencil_tests/test_apply_diffusion_to_theta_and_exner.py index 29d880a8f7..26f390014e 100644 --- a/model/atmosphere/diffusion/tests/diffusion/stencil_tests/test_apply_diffusion_to_theta_and_exner.py +++ b/model/atmosphere/diffusion/tests/diffusion/stencil_tests/test_apply_diffusion_to_theta_and_exner.py @@ -77,9 +77,6 @@ def reference( @pytest.fixture def input_data(self, grid: base.Grid): - pytest.xfail( - "stencil segfaults with GTFN and it is not used in diffusion: it is missing an if condition" - ) kh_smag_e = random_field(grid, dims.EdgeDim, dims.KDim) inv_dual_edge_length = random_field(grid, dims.EdgeDim) theta_v_in = random_field(grid, dims.CellDim, dims.KDim)