Skip to content

Commit

Permalink
Fix hanging test
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Feb 9, 2024
1 parent cdccd38 commit 221033c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/multigrid/test_embedded_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from firedrake import *


@pytest.fixture(scope="module")
@pytest.fixture
def hierarchy():
N = 10
distribution_parameters = {"partition": True, "overlap_type": (DistributedMeshOverlapType.VERTEX, 1)}
Expand Down Expand Up @@ -113,7 +113,6 @@ def test_riesz(V, solver, use_averaging):
assert solver.snes.ksp.getIterationNumber() < 15


@pytest.mark.broken
@pytest.mark.parallel(nprocs=3)
@pytest.mark.skipcomplexnoslate
def test_riesz_parallel(V, solver, use_averaging):
Expand Down

0 comments on commit 221033c

Please sign in to comment.