skip httpbin test on msvc for now

pull/3489/head
Alexander Medvednikov 2020-01-18 07:27:50 +01:00
parent b2be36d92e
commit ad7bc37672
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pub fn (ts mut TestSession) test() {
relative_file := dot_relative_file.replace('./', '')
file := os.realpath(relative_file)
$if windows {
if file.contains('sqlite') {
if file.contains('sqlite') || file.contains('httpbin') {
continue
}
}