@@ -82,7 +82,6 @@ private void disableV202012Tests() {
82
82
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/idn-hostname.json" ));
83
83
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/iri-reference.json" ));
84
84
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" ));
86
85
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/uri-reference.json" ));
87
86
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/ref.json" ));
88
87
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/refRemote.json" ));
@@ -99,7 +98,6 @@ private void disableV201909Tests() {
99
98
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/idn-hostname.json" ));
100
99
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/iri-reference.json" ));
101
100
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" ));
103
101
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/uri-reference.json" ));
104
102
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/recursiveRef.json" ));
105
103
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/ref.json" ));
@@ -117,7 +115,6 @@ private void disableV7Tests() {
117
115
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/idn-hostname.json" ));
118
116
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/iri-reference.json" ));
119
117
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" ));
121
118
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/uri-reference.json" ));
122
119
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/ref.json" ));
123
120
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/refRemote.json" ));
0 commit comments