Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2476 from shashankram/disable-certmanager-e2e
Browse files Browse the repository at this point in the history
tests/e2e: disable cert-manager.io e2e test
  • Loading branch information
shashankram authored Feb 5, 2021
2 parents 3691c53 + 9dd088c commit c863662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_certmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var _ = OSMDescribe("1 Client pod -> 1 Server pod test using cert-manager",
OSMDescribeInfo{
Tier: 2,
Bucket: 2,
Bucket: 3, // disabled due to issue #2475
},
func() {
Context("CertManagerSimpleClientServer", func() {
Expand Down

0 comments on commit c863662

Please sign in to comment.