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 91 util-linux 92 92 ]; 93 93 94 - doCheck = true; 94 + # FAILURES: 95 + # 497: test_wolfSSL_EVP_PBE_scrypt 96 + doCheck = !stdenv.hostPlatform.isLoongArch64; 95 97 96 98 nativeCheckInputs = [ 97 99 openssl