Skip to content

Commit

Permalink
Enable all OpenSSL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Jan 12, 2024
1 parent f48c2fb commit 2190119
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/scripts/openssl/execute-tests.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2190119

Please sign in to comment.