summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/tpm_test/rsa_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tpm_test/rsa_test.py b/test/tpm_test/rsa_test.py
index 1e700cb435..a368adefd0 100644
--- a/test/tpm_test/rsa_test.py
+++ b/test/tpm_test/rsa_test.py
@@ -592,8 +592,7 @@ _SIGN_INPUTS = (
_KEYTEST_INPUTS = (
(768,),
-# TODO(ngm): 1024-bit modinv is broken, see partner CRBUG/53893.
-# (1024,),
+ (1024,),
(2048,),
)