mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
http_test.v: comment yahoo test urls for now
This commit is contained in:
parent
0b64e2190f
commit
a4af4f9fe7
@ -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 ')
|
||||
|
Loading…
Reference in New Issue
Block a user