Appveyor: disable crypto/openssl_version

This commit is contained in:
Nick Mathewson
2020-03-19 15:28:55 -04:00
parent 6bafe97bc1
commit ee3d23c05a
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ test_script:
$buildpath = @("C:\msys64\${env:compiler_path}\bin") + $oldpath
$env:Path = $buildpath -join ';'
Set-Location "${env:build}"
Execute-Bash "VERBOSE=1 make -k -j2 check"
Execute-Bash "VERBOSE=1 TOR_SKIP_TESTCASES=crypto/openssl_version make -k -j2 check"
}
on_finish:
+3
View File
@@ -0,0 +1,3 @@
o Testing (CI):
- On appveyor, skip the crypto/openssl_version test, which is failing
because of a mismatched library installation. Fix for 33643.