Skip to content

Commit 5eab7fa

Browse files
vitess-bot[bot]tanjinx
authored andcommitted
[release-22.0] Skip flaky TestRedial test (vitessio#19106) (vitessio#19107)
Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com> Signed-off-by: Tanjin Xu <tanjin.xu@slack-corp.com>
1 parent 49034d4 commit 5eab7fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go/vt/vtadmin/vtctldclient/proxy_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ func (d *testdisco) DiscoverVtctldAddrs(ctx context.Context, tags []string) ([]s
123123
// TestRedial tests that vtadmin-api is able to recover from a lost connection to
124124
// a vtctld by rediscovering and redialing a new one.
125125
func TestRedial(t *testing.T) {
126+
t.Skip("flaky test, gRPC reconnection timing is unreliable")
127+
126128
// Initialize vtctld #1
127129
listener1, server1, err := initVtctldServer()
128130
require.NoError(t, err)

0 commit comments

Comments
 (0)