Remove retry from new raft test (#11158)

This commit is contained in:
Brian Kassouf 2021-03-19 12:41:57 -07:00 committed by GitHub
parent 8675d59010
commit de8e9bf554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,7 +363,6 @@ func TestRaft_AutoPilot_Peersets_Equivalent(t *testing.T) {
{
LeaderAPIAddr: client.Address(),
TLSConfig: cluster.Cores[0].TLSConfig,
Retry: true,
},
}, false)
require.NoError(t, err)