@@ -69,25 +69,10 @@ acceptance_tests(
6969 ] },
7070 # various edge cases that are difficult to accomodate
7171 { file => ' email.json' , group_description => ' validation of e-mail addresses' , test_description => [ ' an invalid domain' , ' an invalid IPv4-address-literal' ] },
72- { file => ' hostname.json' , test_description => [
73- ' single label with hyphen' ,
74- ' single label with digits' ,
75- ' single label starting with digit' ,
76- ' single label ending with digit' ,
77- ' single label' ,
78- ] },
7972 { file => ' iri.json' , group_description => ' validation of IRIs' , # see test suite issue 395
8073 test_description => ' an invalid IRI based on IPv6' },
8174 { file => ' idn-hostname.json' ,
8275 group_description => ' validation of internationalized host names' }, # IDN decoder, Data::Validate::Domain both have issues
83- { file => ' idn-hostname.json' ,
84- group_description => ' validation of separators in internationalized host names' ,
85- test_description => [
86- ' dot as label separator' ,
87- ' ideographic full stop as label separator' ,
88- ' fullwidth full stop as label separator' ,
89- ' halfwidth ideographic full stop as label separator' ,
90- ] },
9176 { file => ' uri.json' ,
9277 test_description => ' validation of URIs' ,
9378 test_description => ' an invalid URI with comma in scheme' }, # Mojo::URL does not fully validate
0 commit comments