Skip to content

Commit 71e57b0

Browse files
committed
Fix unstable keep-alive on Cloud
1 parent 22a3351 commit 71e57b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/custom_dial_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ func TestCustomDialContext(t *testing.T) {
8282
}
8383

8484
func TestCustomHTTPDialContext(t *testing.T) {
85+
SkipOnCloud(t, "Unstable keep-alive on Cloud")
86+
8587
env, err := GetNativeTestEnvironment()
8688
require.NoError(t, err)
8789
var (

0 commit comments

Comments
 (0)