skip httpbin test on msvc for now
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