We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a3351 commit 71e57b0Copy full SHA for 71e57b0
tests/custom_dial_test.go
@@ -82,6 +82,8 @@ func TestCustomDialContext(t *testing.T) {
82
}
83
84
func TestCustomHTTPDialContext(t *testing.T) {
85
+ SkipOnCloud(t, "Unstable keep-alive on Cloud")
86
+
87
env, err := GetNativeTestEnvironment()
88
require.NoError(t, err)
89
var (
0 commit comments