From: tb Date: Tue, 28 Feb 2023 10:46:27 +0000 (+0000) Subject: Explicitly skip the json_web* tests now. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=50b5a752f56b56e236653f0da2264f2ec83f9fde;p=openbsd Explicitly skip the json_web* tests now. --- diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index 535bef9c60d..83f8010bbe3 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.133 2023/02/28 10:45:46 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.134 2023/02/28 10:46:27 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing * Copyright (c) 2018,2019,2022 Theo Buehler @@ -3045,6 +3045,7 @@ func main() { {"ED448", "ed448_test.json", Skip}, {"HKDF", "hkdf_sha*_test.json", Normal}, {"HMAC", "hmac_sha*_test.json", Normal}, + {"JSON webcrypto", "json_web_*_test.json", Skip}, {"KW", "kw_test.json", Normal}, {"Primality test", "primality_test.json", Normal}, {"RSA", "rsa_*test.json", Normal},