diff --git a/.github/scripts/openssl/execute-tests.ps1 b/.github/scripts/openssl/execute-tests.ps1 index 6d764e264..0ca365d82 100755 --- a/.github/scripts/openssl/execute-tests.ps1 +++ b/.github/scripts/openssl/execute-tests.ps1 @@ -1,9 +1,7 @@ . $PSScriptRoot\..\config.ps1 Write-Output '::group::Test OpenSSL' - $excluded_tests = @( - '-test_ssl_new' # something about handshake failure - ) + $excluded_tests = @() $env:SRCTOP = "$env:SOURCE_PATH\$env:OPENSSL_VERSION" $env:BLDTOP = "$env:OPENSSL_TESTS_PATH"