tests/linearizability: remove PeerProxy for ClusterSize=1

Skip the peer traffic failpoint.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Wei Fu 2023-02-01 17:26:39 +08:00
parent d814adbf94
commit 5a249fb3e2
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ func TestLinearizability(t *testing.T) {
config: *e2e.NewConfig(
e2e.WithClusterSize(1),
e2e.WithSnapshotCount(100),
e2e.WithPeerProxy(true),
e2e.WithGoFailEnabled(true),
e2e.WithCompactionBatchLimit(100), // required for compactBeforeCommitBatch and compactAfterCommitBatch failpoints
),