Skip to content

Commit

Permalink
Ensure e2e tests run without error
Browse files Browse the repository at this point in the history
Kubernetes framework dropped the support for KubeDescribe
as can be seen in this PR: kubernetes/kubernetes#99700

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
  • Loading branch information
swatisehgal committed Jul 9, 2021
1 parent f133c7c commit 6b79c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/node_feature_discovery.go
Expand Up @@ -458,7 +458,7 @@ func cleanupNode(cs clientset.Interface) {
}

// Actual test suite
var _ = framework.KubeDescribe("[NFD] Node Feature Discovery", func() {
var _ = Describe("[NFD] Node Feature Discovery", func() {
f := framework.NewDefaultFramework("node-feature-discovery")

Context("when deploying a single nfd-master pod", func() {
Expand Down

0 comments on commit 6b79c93

Please sign in to comment.