Skip to content
Snippets Groups Projects

client: add sidechannel support

Merged Jacob Vosmaer requested to merge jv-sidechannel-client into master
5 unresolved threads
+ 0
4
@@ -218,10 +218,6 @@ func TestDialSidechannel(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if emitProxyWarning() {
t.Log("WARNING. Proxy configuration detected from environment settings. This test failure may be related to proxy configuration. Please process with caution")
}
if tt.envSSLCertFile != "" {
defer testhelper.ModifyEnvironment(t, gitalyx509.SSLCertFile, tt.envSSLCertFile)()
}
Loading