Revert "test: update rollover test to wait for available rs before adopting"

This reverts commit 5b7bf78f3f.
This commit is contained in:
Clayton Coleman
2016-12-03 14:42:35 -05:00
parent e15cd67247
commit 7aacb61fe1
2 changed files with 8 additions and 31 deletions

View File

@@ -550,9 +550,6 @@ func testRolloverDeployment(f *framework.Framework) {
framework.Logf("error in waiting for pods to come up: %s", err)
Expect(err).NotTo(HaveOccurred())
}
// Wait for replica set to become fully available before adopting it.
framework.Logf("Waiting for replica set %q to become fully available", rsName)
Expect(framework.WaitForAvailableReplicaSet(c, ns, rsName)).NotTo(HaveOccurred())
// Create a deployment to delete nginx pods and instead bring up redis-slave pods.
// We use a nonexistent image here, so that we make sure it won't finish