don't double parallel

This commit is contained in:
Alex Dadgar 2017-10-23 16:48:06 -07:00
parent 2d43e527d1
commit 4a69e1ad15
1 changed files with 0 additions and 3 deletions

View File

@ -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")
}