From ed091e8fe08d3f5df9cd3b2bb1252c3528df81ec Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Wed, 3 Aug 2016 13:36:53 -0700 Subject: [PATCH] fix 29992 --- test/integration/replicaset/replicaset_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/replicaset/replicaset_test.go b/test/integration/replicaset/replicaset_test.go index a9a72317a8..db79f578ba 100644 --- a/test/integration/replicaset/replicaset_test.go +++ b/test/integration/replicaset/replicaset_test.go @@ -316,7 +316,6 @@ func TestUpdateSelectorToAdopt(t *testing.T) { stopCh := make(chan struct{}) go podInformer.Run(stopCh) - waitToObservePods(t, podInformer, 2) go rm.Run(5, stopCh) waitRSStable(t, clientSet, rs, ns.Name) @@ -354,6 +353,7 @@ func TestUpdateSelectorToRemoveControllerRef(t *testing.T) { stopCh := make(chan struct{}) go podInformer.Run(stopCh) + waitToObservePods(t, podInformer, 2) go rm.Run(5, stopCh) waitRSStable(t, clientSet, rs, ns.Name)