mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
http: only run the get test on linux/macos for now
This commit is contained in:
parent
8b75f2125a
commit
3316968266
@ -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')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user