Disable the TPP conformance tests
They can be run manually with /test pull-cert-manager-e2e-v1-20-feature-issuers-venafi-tpp Signed-off-by: Richard Wall <richard.wall@jetstack.io>
This commit is contained in:
parent
194424d1db
commit
cc0b6d4455
@ -32,7 +32,7 @@ import (
|
||||
"github.com/jetstack/cert-manager/test/e2e/suite/conformance/certificates"
|
||||
)
|
||||
|
||||
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(
|
||||
|
||||
@ -33,7 +33,7 @@ import (
|
||||
"github.com/jetstack/cert-manager/test/e2e/suite/conformance/certificatesigningrequests"
|
||||
)
|
||||
|
||||
var _ = framework.ConformanceDescribe("CertificateSigningRequests", func() {
|
||||
var _ = framework.ConformanceDescribe("[Feature:Issuers:Venafi:TPP] CertificateSigningRequests", func() {
|
||||
// unsupportedFeatures is a list of features that are not supported by the
|
||||
// Venafi TPP issuer.
|
||||
var unsupportedFeatures = featureset.NewFeatureSet(
|
||||
|
||||
@ -32,7 +32,7 @@ import (
|
||||
"github.com/jetstack/cert-manager/test/e2e/util"
|
||||
)
|
||||
|
||||
var _ = TPPDescribe("Certificate with a properly configured Issuer", func() {
|
||||
var _ = TPPDescribe("[Feature:Issuers:Venafi:TPP] Certificate with a properly configured Issuer", func() {
|
||||
f := framework.NewDefaultFramework("venafi-tpp-certificate")
|
||||
|
||||
var (
|
||||
|
||||
@ -33,7 +33,7 @@ import (
|
||||
"github.com/jetstack/cert-manager/test/e2e/util"
|
||||
)
|
||||
|
||||
var _ = TPPDescribe("CertificateRequest with a properly configured Issuer", func() {
|
||||
var _ = TPPDescribe("[Feature:Issuers:Venafi:TPP] CertificateRequest with a properly configured Issuer", func() {
|
||||
f := framework.NewDefaultFramework("venafi-tpp-certificaterequest")
|
||||
h := f.Helper()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user