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

@@ -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()