mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
test: move remaining tests to use ci.Parallel.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user