You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->markTestSkipped('Optional test case throws exception during validate() invocation');
43
+
$this->markTestSkipped('Optional test case throws exception during validate() invocation: "' . $e->getMessage() . '"');
44
44
}
45
45
46
46
throw$e;
@@ -148,6 +148,13 @@ private function shouldNotYieldTest(string $name): bool
148
148
'[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.
149
149
'[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.
150
150
'[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.
153
+
'[draft6/ref.json]: Location-independent identifier: mismatch is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
154
+
'[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.
0 commit comments