Skip flaky TestPing (#552)
This commit is contained in:
parent
08ec36dae7
commit
7145d2a255
@ -74,6 +74,8 @@ func TestLookup(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPing(t *testing.T) {
|
||||
t.Skip("flaky")
|
||||
|
||||
ctx := testcontext.New(t)
|
||||
defer ctx.Cleanup()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user