Skip to content

Commit e4b383b

Browse files
committed
forgejo: remove SSH DSA test skips
Tests are no longer valid now that https://codeberg.org/forgejo/forgejo/pulls/4833 is merged into 10.x and backported to 7.x
1 parent cb9bd5e commit e4b383b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/by-name/fo/forgejo/generic.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,11 @@ buildGoModule rec {
119119
checkFlags =
120120
let
121121
skippedTests = [
122-
"Test_SSHParsePublicKey/dsa-1024/SSHKeygen" # dsa-1024 is deprecated in openssh and requires opting-in at compile time
123-
"Test_calcFingerprint/dsa-1024/SSHKeygen" # dsa-1024 is deprecated in openssh and requires opting-in at compile time
124122
"TestPassword" # requires network: api.pwnedpasswords.com
125123
"TestCaptcha" # requires network: hcaptcha.com
126124
"TestDNSUpdate" # requires network: release.forgejo.org
127125
"TestMigrateWhiteBlocklist" # requires network: gitlab.com (DNS)
126+
"TestURLAllowedSSH/Pushmirror_URL" # requires network git.gay (DNS)
128127
];
129128
in
130129
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];

0 commit comments

Comments
 (0)