mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
skip httpbin test on msvc for now
This commit is contained in:
parent
b2be36d92e
commit
ad7bc37672
@ -44,7 +44,7 @@ pub fn (ts mut TestSession) test() {
|
|||||||
relative_file := dot_relative_file.replace('./', '')
|
relative_file := dot_relative_file.replace('./', '')
|
||||||
file := os.realpath(relative_file)
|
file := os.realpath(relative_file)
|
||||||
$if windows {
|
$if windows {
|
||||||
if file.contains('sqlite') {
|
if file.contains('sqlite') || file.contains('httpbin') {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user