From d85c1281d1ceeec8c3aae934ec59d5636c3284e2 Mon Sep 17 00:00:00 2001 From: bikegeek Date: Wed, 25 Sep 2024 19:12:23 -0600 Subject: [PATCH] Fixed incorrect skip syntax --- METdbLoad/test/test_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/METdbLoad/test/test_xml.py b/METdbLoad/test/test_xml.py index 81460f5..449322c 100644 --- a/METdbLoad/test/test_xml.py +++ b/METdbLoad/test/test_xml.py @@ -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),