Skip to content

Commit

Permalink
Merge pull request #94110 from aojea/fixe2e
Browse files Browse the repository at this point in the history
fix e2e test "should resolve connection reset"
  • Loading branch information
k8s-ci-robot committed Aug 19, 2020
2 parents dd3d66b + fcaf580 commit d20d894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/network/kube_proxy.go
Expand Up @@ -313,7 +313,7 @@ var _ = SIGDescribe("Network", func() {
Name: "startup-script",
Image: imageutils.GetE2EImage(imageutils.BusyBox),
Command: []string{
"bash", "-c", "while true; do sleep 2; nc boom-server 9000& done",
"sh", "-c", "while true; do sleep 2; nc boom-server 9000& done",
},
},
},
Expand Down

0 comments on commit d20d894

Please sign in to comment.