http_test.v: comment yahoo test urls for now

pull/5075/head
Delyan Angelov 2020-05-27 15:53:57 +03:00
parent 0b64e2190f
commit a4af4f9fe7
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ fn test_public_servers() {
urls := [
'http://github.com/robots.txt',
'http://google.com/robots.txt',
'http://yahoo.com/robots.txt',
'https://github.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 {
println('Testing http.get on public url: $url ')