Skip to content

Commit

Permalink
Skipping another ref.json acceptance test #247
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Mar 6, 2023
1 parent f657885 commit 65d0170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/draft2019-09-acceptance.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ push @todo_tests, ['id.json', '$id inside an enum is not a real identifie
push @todo_tests, ['ref.json', 'ref creates new scope when adjacent to keywords'];
push @todo_tests, ['ref.json', 'refs with relative uris and defs'];
push @todo_tests, ['ref.json', 'relative refs with absolute uris and defs'];
push @todo_tests, ['ref.json', 'simple URN base URI with $ref via the URN'];
push @todo_tests, ['anchor.json', '$anchor inside an enum is not a real identifier'];
push @todo_tests, ['anchor.json', 'Location-independent identifier with base URI change in subschema'];
push @todo_tests, ['refRemote.json', 'Location-independent identifier in remote ref'];
Expand Down
1 change: 1 addition & 0 deletions t/draft6-acceptance.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ push @todo_tests, ['minItems.json', 'minItems validation with a decimal'];
push @todo_tests, ['minLength.json', 'minLength validation with a decimal'];
push @todo_tests, ['minProperties.json', 'minProperties validation with a decimal'];
push @todo_tests, ['ref.json', '$ref prevents a sibling $id from changing the base uri'];
push @todo_tests, ['ref.json', 'simple URN base URI with $ref via the URN'];
push @todo_tests, ['refRemote.json', 'remote ref with ref to definitions'];
push @todo_tests, ['refRemote.json', 'Location-independent identifier in remote ref'];
push @todo_tests, ['unknownKeyword.json', '$id inside an unknown keyword is not a real identifier'];
Expand Down
1 change: 1 addition & 0 deletions t/draft7-acceptance.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ push @todo_tests, ['minItems.json', 'minItems validation with a decimal'];
push @todo_tests, ['minLength.json', 'minLength validation with a decimal'];
push @todo_tests, ['minProperties.json', 'minProperties validation with a decimal'];
push @todo_tests, ['ref.json', '$ref prevents a sibling $id from changing the base uri'];
push @todo_tests, ['ref.json', 'simple URN base URI with $ref via the URN'];
push @todo_tests, ['refRemote.json', 'Location-independent identifier in remote ref'];
push @todo_tests, ['refRemote.json', 'remote ref with ref to definitions'];
push @todo_tests, ['unknownKeyword.json', '$id inside an unknown keyword is not a real identifier'];
Expand Down

0 comments on commit 65d0170

Please sign in to comment.