File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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 } $" ] ;
You can’t perform that action at this time.
0 commit comments