Skip to content

Commit

Permalink
skip TestThreadCleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Dec 5, 2024
1 parent b533ebf commit ba5319b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ossl/thread_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ func TestThreadCleanup(t *testing.T) {
if vMajor > 1 || vMinor > 0 {
t.Skip("explicit thread cleanup is only needed for OpenSSL 1.0.x")
}
t.Skip("not supported for now")

before := opensslThreadsCleanedUp()
done := make(chan struct{})
Expand Down

0 comments on commit ba5319b

Please sign in to comment.