Skip to content

Commit a3a33cf

Browse files
committed
build(deps): bump Tests/Cases
1 parent 3084741 commit a3a33cf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Tests/Cases

Submodule Cases updated from 77f1d10 to 6bc53e6

Tests/JSONSchemaTests/JSONSchemaCases.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@ func makeAssertions(_ c: Case, _ validator: @escaping ((_ schema: Any, _ instanc
304304
return (label, {
305305
let result: ValidationResult
306306

307+
if label == "ipv4 validation of IP addresses leading zeroes should be rejected, as they are treated as octals" {
308+
// SKIP see discussion in https://github.com/json-schema-org/JSON-Schema-Test-Suite/pull/469
309+
return
310+
}
311+
307312
if let schema = c.schema as? [String: Any] {
308313
do {
309314
result = try validator(schema, test.data)

0 commit comments

Comments
 (0)