test: move remaining tests to use ci.Parallel.

This commit is contained in:
James Rasell
2022-03-24 08:45:13 +01:00
parent bd377c9ade
commit e89dd5dcf7
20 changed files with 43 additions and 36 deletions

View File

@@ -5,13 +5,14 @@ import (
"testing"
"github.com/hashicorp/nomad/api"
"github.com/hashicorp/nomad/ci"
"github.com/hashicorp/nomad/testutil"
"github.com/mitchellh/cli"
"github.com/stretchr/testify/require"
)
func TestServiceDeleteCommand_Run(t *testing.T) {
t.Parallel()
ci.Parallel(t)
srv, client, url := testServer(t, true, nil)
defer srv.Shutdown()