From 62bf589a6cf05f5031bbb14ade8e9f399f443b3b Mon Sep 17 00:00:00 2001 From: Kelvin Clement Mwinuka Date: Mon, 10 Jun 2024 21:43:40 +0800 Subject: [PATCH] Removed parallel testing for load command in acl api module --- echovault/api_acl_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/echovault/api_acl_test.go b/echovault/api_acl_test.go index 9cd96294..d0473921 100644 --- a/echovault/api_acl_test.go +++ b/echovault/api_acl_test.go @@ -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 = ""