@@ -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/json-pointer.json" ));
86
85
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/relative-json-pointer.json" ));
87
86
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/uri-reference.json" ));
88
87
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/ref.json" ));
@@ -100,7 +99,6 @@ private void disableV201909Tests() {
100
99
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/idn-hostname.json" ));
101
100
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/iri-reference.json" ));
102
101
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/iri.json" ));
103
- this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/json-pointer.json" ));
104
102
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/relative-json-pointer.json" ));
105
103
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/uri-reference.json" ));
106
104
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/recursiveRef.json" ));
@@ -119,7 +117,6 @@ private void disableV7Tests() {
119
117
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/idn-hostname.json" ));
120
118
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/iri-reference.json" ));
121
119
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/iri.json" ));
122
- this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/json-pointer.json" ));
123
120
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/relative-json-pointer.json" ));
124
121
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/uri-reference.json" ));
125
122
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/ref.json" ));
@@ -129,7 +126,6 @@ private void disableV7Tests() {
129
126
private void disableV6Tests () {
130
127
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/optional/float-overflow.json" ));
131
128
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/optional/format.json" ));
132
- this .disabled .add (Paths .get ("src/test/suite/tests/draft6/optional/format/json-pointer.json" ));
133
129
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/optional/format/uri-reference.json" ));
134
130
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/ref.json" ));
135
131
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/refRemote.json" ));
0 commit comments