diff --git a/go/vt/vttablet/tabletmanager/vreplication/framework_test.go b/go/vt/vttablet/tabletmanager/vreplication/framework_test.go index 2473ec7de87..90782b5d2a1 100644 --- a/go/vt/vttablet/tabletmanager/vreplication/framework_test.go +++ b/go/vt/vttablet/tabletmanager/vreplication/framework_test.go @@ -97,6 +97,8 @@ func TestMain(m *testing.M) { } defer env.Close() + *vreplicationExperimentalFlags = 0 + // engines cannot be initialized in testenv because it introduces // circular dependencies. streamerEngine = vstreamer.NewEngine(env.TabletEnv, env.SrvTopo, env.SchemaEngine, nil, env.Cells[0])