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

@@ -156,7 +156,7 @@ func Test_serviceHook_multipleDeRegisterCall(t *testing.T) {
// Test_serviceHook_Nomad performs a normal operation test of the serviceHook
// when using task services which utilise the Nomad provider.
func Test_serviceHook_Nomad(t *testing.T) {
t.Parallel()
ci.Parallel(t)
// Create a mock alloc, and add a task service using provider Nomad.
alloc := mock.Alloc()