@@ -85,7 +85,6 @@ private void disableV202012Tests() {
85
85
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/json-pointer.json" ));
86
86
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/relative-json-pointer.json" ));
87
87
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/uri-reference.json" ));
88
- this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/uri-template.json" ));
89
88
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/ref.json" ));
90
89
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/refRemote.json" ));
91
90
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/vocabulary.json" ));
@@ -104,7 +103,6 @@ private void disableV201909Tests() {
104
103
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/json-pointer.json" ));
105
104
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/relative-json-pointer.json" ));
106
105
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/uri-reference.json" ));
107
- this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/uri-template.json" ));
108
106
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/recursiveRef.json" ));
109
107
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/ref.json" ));
110
108
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/refRemote.json" ));
@@ -124,7 +122,6 @@ private void disableV7Tests() {
124
122
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/json-pointer.json" ));
125
123
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/relative-json-pointer.json" ));
126
124
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/uri-reference.json" ));
127
- this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/uri-template.json" ));
128
125
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/ref.json" ));
129
126
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/refRemote.json" ));
130
127
}
@@ -134,7 +131,6 @@ private void disableV6Tests() {
134
131
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/optional/format.json" ));
135
132
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/optional/format/json-pointer.json" ));
136
133
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/optional/format/uri-reference.json" ));
137
- this .disabled .add (Paths .get ("src/test/suite/tests/draft6/optional/format/uri-template.json" ));
138
134
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/ref.json" ));
139
135
this .disabled .add (Paths .get ("src/test/suite/tests/draft6/refRemote.json" ));
140
136
}
0 commit comments