diff --git a/test/e2e/host_path.go b/test/e2e/host_path.go index 898761dfa89..b1ec66164f6 100644 --- a/test/e2e/host_path.go +++ b/test/e2e/host_path.go @@ -135,7 +135,8 @@ func testPodWithHostVol(path string, source *api.HostPathVolumeSource) *api.Pod }, }, }, - Volumes: mount(source), + RestartPolicy: api.RestartPolicyNever, + Volumes: mount(source), }, } }