Skip to content

Commit 5a99b87

Browse files
committed
test: Block failling test which where blocked in previous drafts as well
1 parent 4efe199 commit 5a99b87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/JsonSchemaTestSuiteTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,12 @@ private function shouldNotYieldTest(string $name): bool
148148
'[draft4/refRemote.json]: base URI change - change folder: string is invalid is expected to be invalid', // Test case was added after v1.2.0, skip test for now.
149149
'[draft4/refRemote.json]: Location-independent identifier in remote ref: integer is valid is expected to be valid', // Test case was added after v1.2.0, skip test for now.
150150
'[draft4/refRemote.json]: Location-independent identifier in remote ref: string is invalid is expected to be invalid', // Test case was added after v1.2.0, skip test for now.
151-
'[draft6/refRemote.json]: base URI change - change folder: string is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
152-
'[draft6/refRemote.json]: Location-independent identifier in remote ref: string is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
153151
'[draft6/ref.json]: Location-independent identifier: mismatch is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
154152
'[draft6/ref.json]: Location-independent identifier with base URI change in subschema: mismatch is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
153+
'[draft6/ref.json]: refs with quote: object with strings is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
154+
'[draft6/ref.json]: empty tokens in $ref json-pointer: non-number is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
155+
'[draft6/refRemote.json]: base URI change - change folder: string is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
156+
'[draft6/refRemote.json]: Location-independent identifier in remote ref: string is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
155157
];
156158

157159
if ($this->is32Bit()) {

0 commit comments

Comments
 (0)