Skip to content

Commit b2693b1

Browse files
committed
Skip invalid test
1 parent 6dccc19 commit b2693b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_from_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def test_invalid_regex_emit_warning(schema):
116116
# Technically valid, but using regex patterns not supported by Python
117117
"draft7/ECMA 262 regex escapes control codes with \\c and lower letter",
118118
"draft7/ECMA 262 regex escapes control codes with \\c and upper letter",
119+
"JSON schema for nodemon.json configuration files.",
119120
"JSON Schema for mime type collections",
120121
}
121122
FLAKY_SCHEMAS = {

0 commit comments

Comments
 (0)