http: only run the get test on linux/macos for now

pull/1490/head
Alexander Medvednikov 2019-08-06 14:15:42 +02:00
parent 8b75f2125a
commit 3316968266
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ fn test_escape_unescape() {
}
fn test_http_get() {
$if windows { return }
assert http.get_text('https://vlang.io/version') == '0.1.5'
println('http ok')
}