Skip to content

Commit da71b11

Browse files
committed
xfail test_uniform_analytical for now
1 parent 525d4e9 commit da71b11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_advection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,8 @@ def test_analyticalAgrid():
634634
pset.execute(AdvectionAnalytical, runtime=1)
635635

636636

637+
@pytest.mark.v4alpha
638+
@pytest.mark.xfail(reason="GH1927")
637639
@pytest.mark.parametrize("u", [1, -0.2, -0.3, 0])
638640
@pytest.mark.parametrize("v", [1, -0.3, 0, -1])
639641
@pytest.mark.parametrize("w", [None, 1, -0.3, 0, -1])

0 commit comments

Comments
 (0)