@@ -80,7 +80,6 @@ private void disableV202012Tests() {
80
80
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format-assertion.json" ));
81
81
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/idn-email.json" ));
82
82
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/idn-hostname.json" ));
83
- this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/iri-reference.json" ));
84
83
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/optional/format/iri.json" ));
85
84
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/ref.json" ));
86
85
this .disabled .add (Paths .get ("src/test/suite/tests/draft2020-12/refRemote.json" ));
@@ -95,7 +94,6 @@ private void disableV201909Tests() {
95
94
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/float-overflow.json" ));
96
95
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/idn-email.json" ));
97
96
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/idn-hostname.json" ));
98
- this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/iri-reference.json" ));
99
97
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/optional/format/iri.json" ));
100
98
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/recursiveRef.json" ));
101
99
this .disabled .add (Paths .get ("src/test/suite/tests/draft2019-09/ref.json" ));
@@ -111,7 +109,6 @@ private void disableV7Tests() {
111
109
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/float-overflow.json" ));
112
110
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/idn-email.json" ));
113
111
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/idn-hostname.json" ));
114
- this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/iri-reference.json" ));
115
112
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/optional/format/iri.json" ));
116
113
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/ref.json" ));
117
114
this .disabled .add (Paths .get ("src/test/suite/tests/draft7/refRemote.json" ));
0 commit comments