REvert parallel tests

This commit is contained in:
binwiederhier
2024-03-24 14:36:14 -04:00
parent af16542d02
commit 4692ca7b7f
3 changed files with 0 additions and 6 deletions

View File

@@ -10,7 +10,6 @@ import (
)
func TestCLI_Access_Show(t *testing.T) {
t.Parallel()
s, conf, port := newTestServerWithAuth(t)
defer test.StopServer(t, s, port)
@@ -20,7 +19,6 @@ func TestCLI_Access_Show(t *testing.T) {
}
func TestCLI_Access_Grant_And_Publish(t *testing.T) {
t.Parallel()
s, conf, port := newTestServerWithAuth(t)
defer test.StopServer(t, s, port)