aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-01 07:17:26 -0400
committerJack Lloyd <[email protected]>2017-10-01 07:17:47 -0400
commit73675579a676d8d6e28fea30c68c913e9f803b04 (patch)
treed24a82431bc74a49e09a87e018f916b65d114c78 /src/tests
parent87ddc6407460d9504a25379ce605a442535c3806 (diff)
Remove another expensive keygen test
[ci skip]
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_dsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_dsa.cpp b/src/tests/test_dsa.cpp
index 9038740f2..b76c78a58 100644
--- a/src/tests/test_dsa.cpp
+++ b/src/tests/test_dsa.cpp
@@ -60,7 +60,7 @@ class DSA_Keygen_Tests final : public PK_Key_Generation_Test
public:
std::vector<std::string> keygen_params() const override
{
- return { "dsa/jce/1024", "dsa/botan/2048" };
+ return { "dsa/jce/1024" };
}
std::string algo_name() const override
{