Skip to content

Commit c7da9c3

Browse files
authored
test: skip regression/test_locate_cell.py::test_high_order_location_extruded[nprocs=3] (#4642)
1 parent f36c82b commit c7da9c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/firedrake/regression/test_locate_cell.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ def test_high_order_location_quad():
191191

192192
@pytest.mark.parallel([1, 3])
193193
def test_high_order_location_extruded():
194+
if COMM_WORLD.size > 1:
195+
pytest.skip("Issue https://github.com/firedrakeproject/firedrake/issues/4621")
194196
m = UnitSquareMesh(2, 2)
195197
mesh = ExtrudedMesh(m, 3)
196198
V = VectorFunctionSpace(mesh, "CG", 3, variant="equispaced")

0 commit comments

Comments
 (0)