From 187711c1b020514fd3c05360b4809f10369ef755 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Sat, 17 Mar 2018 01:30:55 +0800 Subject: 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 --- qa/qa.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'qa/qa.rb') 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 -- cgit v1.2.1