wolfssl: disable tests on loongarch64 (#427295)

authored by

Weijia Wang and committed by
GitHub
93e1cd92 28d4d536

+3 -1
+3 -1
pkgs/by-name/wo/wolfssl/package.nix
··· 91 util-linux 92 ]; 93 94 - doCheck = true; 95 96 nativeCheckInputs = [ 97 openssl
··· 91 util-linux 92 ]; 93 94 + # FAILURES: 95 + # 497: test_wolfSSL_EVP_PBE_scrypt 96 + doCheck = !stdenv.hostPlatform.isLoongArch64; 97 98 nativeCheckInputs = [ 99 openssl