From cd1ac03b42f041ba942b5210c8ec5d39953bc4f8 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 23 Nov 2022 15:33:51 +0200 Subject: [PATCH] fix: Ignore `readonly` on `select` This was caused by #4708 --- ietf/utils/test_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/utils/test_runner.py b/ietf/utils/test_runner.py index d676bf0e0a3..b4c952d2d6f 100644 --- a/ietf/utils/test_runner.py +++ b/ietf/utils/test_runner.py @@ -196,6 +196,7 @@ def vnu_filter_message(msg, filter_db_issues, filter_test_issues): return re.search( r"""document\ is\ not\ mappable\ to\ XML\ 1| + Attribute\ 'readonly'\ not\ allowed\ on\ element\ 'select'| ^Attribute\ 'required'\ not\ allowed\ on\ element\ 'div'| ^The\ 'type'\ attribute\ is\ unnecessary\ for\ JavaScript| is\ not\ in\ Unicode\ Normalization\ Form\ C""",