aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_x509.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_x509.py')
-rw-r--r--tests/test_x509.py1
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,