We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d6e1d commit 9cc447aCopy full SHA for 9cc447a
1 file changed
layer/nrlf/core/tests/test_validators.py
@@ -1198,6 +1198,9 @@ def test_validate_content_format_invalid_code_for_structured_document():
1198
}
1199
1200
1201
+@pytest.mark.skip(
1202
+ reason="Disabling temporarily as the validation rule is now allowed (but only for NRL-1966)"
1203
+)
1204
def test_validate_content_format_invalid_code_for_contact_details():
1205
validator = DocumentReferenceValidator()
1206
document_ref_data = load_document_reference_json("Y05868-736253002-Valid")
0 commit comments