From 43cf502275418eb72af1f8ce2738c2c8d5ed171c Mon Sep 17 00:00:00 2001 From: shashidharatd Date: Sun, 19 Feb 2017 11:46:33 +0530 Subject: [PATCH] Remove ns creation in federated cluster when getting registered clusters --- test/e2e_federation/federation-util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e_federation/federation-util.go b/test/e2e_federation/federation-util.go index 0a423243357..f24682d3604 100644 --- a/test/e2e_federation/federation-util.go +++ b/test/e2e_federation/federation-util.go @@ -207,7 +207,6 @@ func getRegisteredClusters(userAgentName string, f *fedframework.Framework) (map Expect(framework.TestContext.KubeConfig).ToNot(Equal(""), "KubeConfig must be specified to load clusters' client config") clusters[c.Name] = &cluster{c.Name, createClientsetForCluster(c, i, userAgentName), false, nil} } - createNamespaceInClusters(clusters, f) return clusters, primaryClusterName }