Remove KubeDescribe from SIGDescribe calls
This commit is contained in:
@@ -16,9 +16,9 @@ limitations under the License.
|
||||
|
||||
package kubeadm
|
||||
|
||||
import "k8s.io/kubernetes/test/e2e/framework"
|
||||
import "github.com/onsi/ginkgo"
|
||||
|
||||
// Describe annotates the test with the Kubeadm label.
|
||||
func Describe(text string, body func()) bool {
|
||||
return framework.KubeDescribe("[sig-cluster-lifecycle] [area-kubeadm] "+text, body)
|
||||
return ginkgo.Describe("[sig-cluster-lifecycle] [area-kubeadm] "+text, body)
|
||||
}
|
||||
|
Reference in New Issue
Block a user