diff --git a/src/modules/_Crypto/testsuite.in b/src/modules/_Crypto/testsuite.in
index 9b860f0b5416e79a15525ee28ffeb6749576837f..b099f370ed3b3bda0cfd31551b39c41d7b58c919 100644
--- a/src/modules/_Crypto/testsuite.in
+++ b/src/modules/_Crypto/testsuite.in
@@ -25,7 +25,7 @@ test_true([[programp(Crypto.des3)]])
 test_true([[programp(Crypto.des3_cbc)]])
 test_true([[programp(Crypto.des_cbc)]])
 test_true([[programp(Crypto.idea_cbc)]])
-test_true([[programp(Crypto.rsa)]])
+dnl test_true([[programp(Crypto.rsa)]])
 
 // Randomness submodule
 test_true([[objectp(Crypto.randomness)]])