Skip to content

Commit

Permalink
Mark Venafi E2E tests as separate Feature: group
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
  • Loading branch information
wallrj committed Feb 18, 2021
1 parent f7b80ea commit bc16ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/suite/conformance/certificates/venafi/venafi.go
Expand Up @@ -32,7 +32,7 @@ import (
vaddon "github.com/jetstack/cert-manager/test/e2e/suite/issuers/venafi/addon"
)

var _ = framework.ConformanceDescribe("Certificates", func() {
var _ = framework.ConformanceDescribe("[Feature:Issuers:Venafi:TPP] Certificates", func() {
// unsupportedFeatures is a list of features that are not supported by the
// Venafi issuer.
var unsupportedFeatures = featureset.NewFeatureSet(
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/suite/issuers/venafi/tpp/doc.go
Expand Up @@ -22,5 +22,5 @@ import (
)

func TPPDescribe(name string, body func()) bool {
return framework.CertManagerDescribe("[Venafi] [TPP] "+name, body)
return framework.CertManagerDescribe("[Feature:Issuers:Venafi:TPP] "+name, body)
}

0 comments on commit bc16ec8

Please sign in to comment.