@@ -82,7 +82,6 @@ private void disableV202012Tests() {
8282 this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/idn-hostname.json" ));
8383 this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/iri-reference.json" ));
8484 this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/iri.json" ));
85- this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/relative-json-pointer.json" ));
8685 this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/uri-reference.json" ));
8786 this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/ref.json" ));
8887 this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/refRemote.json" ));
@@ -99,7 +98,6 @@ private void disableV201909Tests() {
9998 this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/idn-hostname.json" ));
10099 this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/iri-reference.json" ));
101100 this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/iri.json" ));
102- this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/relative-json-pointer.json" ));
103101 this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/uri-reference.json" ));
104102 this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/recursiveRef.json" ));
105103 this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/ref.json" ));
@@ -117,7 +115,6 @@ private void disableV7Tests() {
117115 this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/idn-hostname.json" ));
118116 this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/iri-reference.json" ));
119117 this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/iri.json" ));
120- this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/relative-json-pointer.json" ));
121118 this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/uri-reference.json" ));
122119 this .disabled .add (Paths .get ("src/test/suite/tests/draft7/ref.json" ));
123120 this .disabled .add (Paths .get ("src/test/suite/tests/draft7/refRemote.json" ));
0 commit comments