mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Remove retry from new raft test (#11158)
This commit is contained in:
parent
8675d59010
commit
de8e9bf554
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue