Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-03-28 14:47:20 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-03-29 14:40:32 +0300
commitae0c7af2f8bf023f69c384ca6cba4a3a101613ad (patch)
treefa3bb4f2f351ed1c6b01fdb0ae9de355a783c921 /qa
parent187711c1b020514fd3c05360b4809f10369ef755 (diff)
Only test some of the keys for now
We could speed it up and test more keys later
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/project/deploy_key_clone_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/qa/qa/specs/features/project/deploy_key_clone_spec.rb b/qa/qa/specs/features/project/deploy_key_clone_spec.rb
index 424a8e18257..cbb383f9291 100644
--- a/qa/qa/specs/features/project/deploy_key_clone_spec.rb
+++ b/qa/qa/specs/features/project/deploy_key_clone_spec.rb
@@ -15,11 +15,7 @@ module QA
end
keys = [
- Runtime::Key::RSA.new(2048),
- Runtime::Key::RSA.new(4096),
Runtime::Key::RSA.new(8192),
- Runtime::Key::ECDSA.new(256),
- Runtime::Key::ECDSA.new(384),
Runtime::Key::ECDSA.new(521),
Runtime::Key::ED25519.new
]