Don't call t.Parallel() when changing package level variables (#25122)

This commit is contained in:
Josh Black 2024-01-29 12:38:47 -08:00 committed by GitHub
parent fcf7cf6c22
commit 41529eca48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)