wolfssl: disable tests on loongarch64 (#427295)

This commit is contained in:
Weijia Wang
2025-08-03 10:04:50 -06:00
committed by GitHub
+3 -1
View File
@@ -91,7 +91,9 @@ stdenv.mkDerivation (finalAttrs: {
util-linux
];
doCheck = true;
# FAILURES:
# 497: test_wolfSSL_EVP_PBE_scrypt
doCheck = !stdenv.hostPlatform.isLoongArch64;
nativeCheckInputs = [
openssl