Skip to content

Commit 901b140

Browse files
Add xfails for tests until asdf-format#1203 is merged.
1 parent fce1a58 commit 901b140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asdf/tests/test_schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ def test_defaults():
410410
assert t == {}
411411

412412

413+
@pytest.mark.xfail(reason="This will be fixed by #1203")
413414
def test_default_check_in_schema():
414415
s = {"type": "object", "properties": {"a": {"type": "integer", "default": "foo"}}}
415416

@@ -419,6 +420,7 @@ def test_default_check_in_schema():
419420
schema.check_schema(s, validate_default=False)
420421

421422

423+
@pytest.mark.xfail(reason="This will be fixed by #1203")
422424
def test_check_complex_default():
423425
default_software = tagged.TaggedDict({"name": "asdf", "version": "2.7.0"}, "tag:stsci.edu/asdf/core/software-1.0.0")
424426

0 commit comments

Comments
 (0)