File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -115,28 +115,6 @@ function processResult(res) {
115
115
return types ;
116
116
}
117
117
118
- TEST ( async function test_google ( done ) {
119
- function validateResult ( res ) {
120
- const types = processResult ( res ) ;
121
- assert . ok (
122
- types . A && types . AAAA && types . MX && types . NS && types . TXT && types . SOA ,
123
- `Missing record type, found ${ Object . keys ( types ) } ` ) ;
124
- }
125
-
126
- validateResult ( await dnsPromises . resolve ( 'google.com' , 'ANY' ) ) ;
127
-
128
- const req = dns . resolve (
129
- 'google.com' ,
130
- 'ANY' ,
131
- common . mustCall ( function ( err , ret ) {
132
- assert . ifError ( err ) ;
133
- validateResult ( ret ) ;
134
- done ( ) ;
135
- } ) ) ;
136
-
137
- checkWrap ( req ) ;
138
- } ) ;
139
-
140
118
TEST ( async function test_sip2sip_for_naptr ( done ) {
141
119
function validateResult ( res ) {
142
120
const types = processResult ( res ) ;
You can’t perform that action at this time.
0 commit comments