From a6f1544a7b57a86dff42ad8b6623a2fce911c968 Mon Sep 17 00:00:00 2001 From: Josh Hope-Collins Date: Sun, 17 May 2026 19:35:03 +0100 Subject: [PATCH] Remove xfail on test with multigrid+manifold mesh --- tests/test_paradiag.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_paradiag.py b/tests/test_paradiag.py index 4fb8cccd..d9687a08 100644 --- a/tests/test_paradiag.py +++ b/tests/test_paradiag.py @@ -191,7 +191,6 @@ def parallel_postproc(pdg, wndw, rhs): assert err/norm0 < tol, "Serial and parallel solutions should match to solver tolerance" -@pytest.mark.xfail(reason="https://github.com/firedrakeproject/firedrake/issues/5045") @pytest.mark.parallel(nprocs=[1, 4]) def test_galewsky_timeseries(): from utils import units