http_test.v: comment yahoo test urls for now
parent
0b64e2190f
commit
a4af4f9fe7
|
@ -24,10 +24,10 @@ fn test_public_servers() {
|
||||||
urls := [
|
urls := [
|
||||||
'http://github.com/robots.txt',
|
'http://github.com/robots.txt',
|
||||||
'http://google.com/robots.txt',
|
'http://google.com/robots.txt',
|
||||||
'http://yahoo.com/robots.txt',
|
|
||||||
'https://github.com/robots.txt',
|
'https://github.com/robots.txt',
|
||||||
'https://google.com/robots.txt',
|
'https://google.com/robots.txt',
|
||||||
'https://yahoo.com/robots.txt',
|
// 'http://yahoo.com/robots.txt',
|
||||||
|
// 'https://yahoo.com/robots.txt',
|
||||||
]
|
]
|
||||||
for url in urls {
|
for url in urls {
|
||||||
println('Testing http.get on public url: $url ')
|
println('Testing http.get on public url: $url ')
|
||||||
|
|
Loading…
Reference in New Issue