diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-11-03 15:45:43 +0900 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-11-03 15:45:43 +0900 |
commit | aa74abbfc3f0656c9ad09b46f7afc37339c9036c (patch) | |
tree | 694176a9fcdc4ea48a8985044d6062ded809cecb /tests/test_x509.py | |
parent | d91e7c1d3fa1bece0e77262b46d9992271fd24b0 (diff) | |
download | cryptography-aa74abbfc3f0656c9ad09b46f7afc37339c9036c.tar.gz cryptography-aa74abbfc3f0656c9ad09b46f7afc37339c9036c.tar.bz2 cryptography-aa74abbfc3f0656c9ad09b46f7afc37339c9036c.zip |
skip check
Diffstat (limited to 'tests/test_x509.py')
-rw-r--r-- | tests/test_x509.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py index 0b44ab48..b85eca35 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py @@ -2889,6 +2889,7 @@ class TestECDSACertificate(object): ) def test_tbs_certificate(self, backend): + _skip_curve_unsupported(backend, ec.SECP384R1()) cert = _load_cert( os.path.join("x509", "ecdsa_root.pem"), x509.load_pem_x509_certificate, |