Commit 7546bfd1 authored by Steven Fackler's avatar Steven Fackler
Browse files

Ignore default verify paths test on windows

parent 60118ddd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -106,8 +106,6 @@ jobs:
        run: echo "::set-output name=version::$(rustc --version)"
      - name: Set vcpkg root
        run: echo "::set-env name=VCPKG_ROOT::$Env:VCPKG_INSTALLATION_ROOT"
      - name: test
        run: echo $Env:VCPKG_ROOT
      - name: Install OpenSSL
        run: vcpkg install openssl:x64-windows
      - name: Cache cargo index
+1 −0
Original line number Diff line number Diff line
@@ -599,6 +599,7 @@ fn refcount_ssl_context() {

#[test]
#[cfg_attr(libressl250, ignore)]
#[cfg_attr(target_os = "windows", ignore)]
#[cfg_attr(all(target_os = "macos", feature = "vendored"), ignore)]
fn default_verify_paths() {
    let mut ctx = SslContext::builder(SslMethod::tls()).unwrap();