From 9b2aa7076505bb04c5fe3dae752035b82f970d7a Mon Sep 17 00:00:00 2001 From: Rohit Nayak Date: Thu, 26 Dec 2024 10:16:25 +0100 Subject: [PATCH] Temporarily skip flaky TestMoveTables(Un)sharded Signed-off-by: Rohit Nayak --- go/vt/vttablet/tabletmanager/rpc_vreplication_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/vt/vttablet/tabletmanager/rpc_vreplication_test.go b/go/vt/vttablet/tabletmanager/rpc_vreplication_test.go index 3f8bc85ac7f..6b64c102b92 100644 --- a/go/vt/vttablet/tabletmanager/rpc_vreplication_test.go +++ b/go/vt/vttablet/tabletmanager/rpc_vreplication_test.go @@ -305,6 +305,7 @@ func TestCreateVReplicationWorkflow(t *testing.T) { // results returned. Followed by ensuring that SwitchTraffic // and ReverseTraffic also work as expected. func TestMoveTablesUnsharded(t *testing.T) { + t.Skip("Skipping flaky test while we investigate the issue") ctx, cancel := context.WithCancel(context.Background()) defer cancel() sourceKs := "sourceks" @@ -566,6 +567,7 @@ func TestMoveTablesUnsharded(t *testing.T) { // results returned. Followed by ensuring that SwitchTraffic // and ReverseTraffic also work as expected. func TestMoveTablesSharded(t *testing.T) { + t.Skip("Skipping flaky test while we investigate the issue") ctx, cancel := context.WithCancel(context.Background()) defer cancel() sourceKs := "sourceks"