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/qa.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-03-16 20:30:55 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-03-29 14:40:32 +0300
commit187711c1b020514fd3c05360b4809f10369ef755 (patch)
treef05972c43a4f717872e711ea569ae034a43d8218 /qa/qa.rb
parentb1625d39f5b6e37ccccd0c996dd2db2f7f37730d (diff)
Remove test against DSA ssh keys because
we're not really supporting them out of the box. See: https://gitlab.com/gitlab-org/gitlab-ce/issues/44363
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index fb926dbe735..5fb9364a6ab 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -17,7 +17,6 @@ module QA
module Key
autoload :Base, 'qa/runtime/key/base'
autoload :RSA, 'qa/runtime/key/rsa'
- autoload :DSA, 'qa/runtime/key/dsa'
autoload :ECDSA, 'qa/runtime/key/ecdsa'
autoload :ED25519, 'qa/runtime/key/ed25519'
end