Skip to content

Commit 9cc447a

Browse files
committed
[NRL-1990] Temporarily skip test that checks unstructured is not allowed for text/html
1 parent 52d6e1d commit 9cc447a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

layer/nrlf/core/tests/test_validators.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,9 @@ def test_validate_content_format_invalid_code_for_structured_document():
11981198
}
11991199

12001200

1201+
@pytest.mark.skip(
1202+
reason="Disabling temporarily as the validation rule is now allowed (but only for NRL-1966)"
1203+
)
12011204
def test_validate_content_format_invalid_code_for_contact_details():
12021205
validator = DocumentReferenceValidator()
12031206
document_ref_data = load_document_reference_json("Y05868-736253002-Valid")

0 commit comments

Comments
 (0)