Skip to content

Commit 0174330

Browse files
committed
Skip test
1 parent 31ebe4c commit 0174330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_error_v_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_create_error_even():
2929
assert res.message == "Even number supplied"
3030

3131

32-
@pytest.mark.xfail(reason="Not implemented")
32+
@pytest.mark.skip(reason="Not implemented")
3333
def test_create_error_negative_raises():
3434
# TODO: switch to more precise error type
3535
with pytest.raises(FortranError):

0 commit comments

Comments
 (0)