Skip flaky TestPing (#552)

This commit is contained in:
Egon Elbre 2018-10-30 11:30:53 +02:00 committed by JT Olio
parent 08ec36dae7
commit 7145d2a255

View File

@ -74,6 +74,8 @@ func TestLookup(t *testing.T) {
}
func TestPing(t *testing.T) {
t.Skip("flaky")
ctx := testcontext.New(t)
defer ctx.Cleanup()