These tests fail because they are not compatible with 4.0
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28423)
plan skip_all => "PYCA tests only available in a shared build"
if disabled("shared");
+# Temporariy disable this test until PYCA Cryptography works with 4.0
+plan skip_all => "PYCA Cryptography needs updating";
+
plan tests => 1;
ok(run(cmd(["sh", data_file("cryptography.sh")])),