Commit 89ecc420 authored by acud's avatar acud Committed by GitHub

ci: disable flaky test (#2341)

parent 4e76aa9c
...@@ -379,6 +379,7 @@ func TestConnectDisconnectEvents(t *testing.T) { ...@@ -379,6 +379,7 @@ func TestConnectDisconnectEvents(t *testing.T) {
} }
func TestPing(t *testing.T) { func TestPing(t *testing.T) {
t.Skip("test flaking")
ctx, cancel := context.WithTimeout(context.Background(), time.Second*10) ctx, cancel := context.WithTimeout(context.Background(), time.Second*10)
defer cancel() defer cancel()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment