Skip to content

Commit

Permalink
tests: do not skip format-assertion.json
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed Nov 11, 2022
1 parent b3bc605 commit f8f64c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ var skipTests = map[string]map[string][]string{
"patterns always use unicode semantics with patternProperties": {}, // invalid regex "\\p{Letter}cole"
},
//
"TestDraft2020/optional/format-assertion.json": {}, // custom metaschema is not implemented
"TestDraft2020/optional/format/idn-hostname.json": {}, // idn-hostname format is not implemented
"TestDraft2020/optional/format/idn-email.json": {}, // idn-email format is not implemented
"TestDraft2020/optional/ecmascript-regex.json": {
Expand Down

0 comments on commit f8f64c6

Please sign in to comment.