mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +03:00
don't double parallel
This commit is contained in:
@@ -1271,9 +1271,6 @@ func TestDockerDriver_Stats(t *testing.T) {
|
||||
}
|
||||
|
||||
func setupDockerVolumes(t *testing.T, cfg *config.Config, hostpath string) (*structs.Task, Driver, *ExecContext, string, func()) {
|
||||
if !tu.IsTravis() {
|
||||
t.Parallel()
|
||||
}
|
||||
if !testutil.DockerIsConnected(t) {
|
||||
t.Skip("Docker not connected")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user