mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Don't call t.Parallel() when changing package level variables (#25122)
This commit is contained in:
parent
fcf7cf6c22
commit
41529eca48
1 changed files with 0 additions and 2 deletions
|
|
@ -186,8 +186,6 @@ func TestFSM_Chunking_TermChange(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestRaft_Chunking_AppliedIndex(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
raft, dir := GetRaft(t, true, false)
|
||||
defer os.RemoveAll(dir)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue