mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
test: move remaining tests to use ci.Parallel.
This commit is contained in:
@@ -202,7 +202,7 @@ func TestHTTP_EvalQuery(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestHTTP_EvalQueryWithRelated(t *testing.T) {
|
||||
t.Parallel()
|
||||
ci.Parallel(t)
|
||||
httpTest(t, nil, func(s *TestAgent) {
|
||||
// Directly manipulate the state
|
||||
state := s.Agent.server.State()
|
||||
|
||||
Reference in New Issue
Block a user