aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r--tests/hazmat/primitives/test_ec.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py
index e425ec8d..2690e794 100644
--- a/tests/hazmat/primitives/test_ec.py
+++ b/tests/hazmat/primitives/test_ec.py
@@ -302,13 +302,3 @@ class TestECDSAVectors(object):
verifier.verify()
else:
verifier.verify()
-
-
-@pytest.mark.elliptic
-def test_generate_elliptic_curve_private_key(backend):
- with raises_unsupported_algorithm(
- exceptions._Reasons.UNSUPPORTED_ELLIPTIC_CURVE
- ):
- ec.generate_private_key(
- DummyCurve(), backend
- )