Update network_partition.go

https://github.com/kubernetes/kubernetes/pull/36212 did not remove one of the calls to saturate in a later version uploaded after review.
This commit is contained in:
Anirudh Ramanathan 2016-11-05 12:22:15 -07:00 committed by GitHub
parent 47519962bf
commit 0f57858a14

View File

@ -407,7 +407,6 @@ var _ = framework.KubeDescribe("Network Partition [Disruptive] [Slow]", func() {
Expect(err).NotTo(HaveOccurred())
pst := statefulSetTester{c: c}
pst.saturate(ps)
pod := pst.getPodList(ps).Items[0]
node, err := c.Core().Nodes().Get(pod.Spec.NodeName)