Skip to content

Commit

Permalink
Fixed incorrect skip syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Sep 26, 2024
1 parent c0c2851 commit d85c128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion METdbLoad/test/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_validation_recursive_payload(get_specified_xml_loadfile):
with pytest.raises(ValueError):
xml_load_file_obj.read_xml()

@pytest.skip()
@pytest.mark.skip()
def test_validation_recursive_load_val(get_specified_xml_loadfile):
"""
Test validation against attempted recursive payload (multiple fields under load_val),
Expand Down

0 comments on commit d85c128

Please sign in to comment.