Explicitly skip the json_web* tests now.
authortb <tb@openbsd.org>
Tue, 28 Feb 2023 10:46:27 +0000 (10:46 +0000)
committertb <tb@openbsd.org>
Tue, 28 Feb 2023 10:46:27 +0000 (10:46 +0000)
regress/lib/libcrypto/wycheproof/wycheproof.go

index 535bef9..83f8010 100644 (file)
@@ -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 <jsing@openbsd.org>
  * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org>
@@ -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},