Skip to content

Commit 0b60b47

Browse files
committed
fix(tests): disable MBedTLS in CI due to deadlock state in its code
I'm pretty sure the deadlock issue is unrelated to our code, as MBedTLS hangs up while attempting to lock some variable related to one of its RNGs. My suspicion is that it has to do with the fact that we use multiple MBedTLS contexts in the same process.
1 parent 7c65a75 commit 0b60b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
crate: [libcoap-sys, libcoap-rs]
22-
dtls_backend: [openssl, gnutls, tinydtls, mbedtls]
22+
dtls_backend: [openssl, gnutls, tinydtls]
2323
steps:
2424
- uses: actions/checkout@v3
2525
with:

0 commit comments

Comments
 (0)