Skip to content

Commit a49bb62

Browse files
committed
Switch to using an xfail rather than skip
1 parent 8d615c2 commit a49bb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/v1/test_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def test_no_collection(item: Item) -> None:
688688
assert item.collection is None
689689

690690

691-
@pytest.mark.skip(reason="Still figuring out how to handle ext")
691+
@pytest.mark.xfail(reason=".ext is not supported for pystac v2")
692692
def test_migrate_by_default() -> None:
693693
with open(
694694
TestCases.get_path("data-files/projection/example-with-version-1.1.json")

0 commit comments

Comments
 (0)