Skip to content

Commit e9fac83

Browse files
committed
roachtest: remove unnecessary Put
1 parent 631a61b commit e9fac83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/roachtest/tests/acceptance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ func runInvariantCheckDetectionSuccess(ctx context.Context, t test.Test, c clust
202202
}
203203

204204
func runInvariantCheckDetection(ctx context.Context, t test.Test, c cluster.Cluster, failed bool) {
205-
c.Put(ctx, t.Cockroach(), "cockroach")
206205
c.Start(ctx, t.L(), option.DefaultStartOpts(), install.MakeClusterSettings(), c.Range(1, 3))
207206
require.NoError(t, c.PutString(ctx, `
208207
foo br baz

0 commit comments

Comments
 (0)