Skip to content

Commit

Permalink
Removed parallel testing for load command in acl api module
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmwinuka committed Jun 10, 2024
1 parent d27fb87 commit 62bf589
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions echovault/api_acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,6 @@ func TestEchoVault_ACLConfig(t *testing.T) {

for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
t.Parallel()

// Create server.
conf := DefaultConfig()
conf.DataDir = ""
Expand Down

0 comments on commit 62bf589

Please sign in to comment.