Skip to content

Commit 5185c14

Browse files
committed
test: Skip failling test which where introduced after json-schema-test-suite v1.2.0
1 parent 1a1228e commit 5185c14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Drafts/Draft4Test.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function getInvalidTests(): \Generator
3232
'ref.json / empty tokens in $ref json-pointer / non-number is invalid',
3333
'ref.json / id must be resolved against nearest parent, not just immediate parent / non-number is invalid',
3434
'refRemote.json / Location-independent identifier in remote ref / string is invalid',
35+
'refRemote.json / base URI change - change folder / string is invalid'
3536
];
3637

3738
foreach (parent::getInvalidTests() as $name => $testcase) {
@@ -68,7 +69,9 @@ public function getValidTests(): \Generator
6869
'ref.json / Location-independent identifier with base URI change in subschema / match',
6970
'ref.json / empty tokens in $ref json-pointer / number is valid',
7071
'ref.json / naive replacement of $ref with its destination is not correct / match the enum exactly',
72+
'ref.json / id must be resolved against nearest parent, not just immediate parent / number is valid',
7173
'refRemote.json / Location-independent identifier in remote ref / integer is valid',
74+
'refRemote.json / base URI change - change folder / number is valid',
7275
];
7376

7477
foreach (parent::getValidTests() as $name => $testcase) {

0 commit comments

Comments
 (0)