File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,10 @@ type certificateIntegrationTestSuite struct {
1919}
2020
2121func (s * certificateIntegrationTestSuite ) TestGeneratePublishAndRevokeServer () {
22- // TODO: Skip until CLI package bug is fixed
23- // TxRevokeServerExec calls GetTxCertRevokeCmd() (parent) instead of GetTxCertRevokeServerCmd()
2422 s .T ().Skip ("Skipped: CLI testutil TxRevokeServerExec calls wrong command" )
2523}
2624
2725func (s * certificateIntegrationTestSuite ) TestGenerateServerRequiresArguments () {
28- // TODO: Skip - CLI command argument validation may have changed
2926 s .T ().Skip ("Skipped: CLI command argument requirements may have changed" )
3027}
3128
@@ -100,14 +97,10 @@ func (s *certificateIntegrationTestSuite) TestGeneratePublishAndRevokeClient() {
10097}
10198
10299func (s * certificateIntegrationTestSuite ) TestGenerateAndRevokeFailsServer () {
103- // TODO: Skip until CLI package bug is fixed
104- // TxRevokeServerExec calls GetTxCertRevokeCmd() (parent) instead of GetTxCertRevokeServerCmd()
105100 s .T ().Skip ("Skipped: CLI testutil TxRevokeServerExec calls wrong command" )
106101}
107102
108103func (s * certificateIntegrationTestSuite ) TestRevokeFailsServer () {
109- // TODO: Skip until CLI package bug is fixed
110- // TxRevokeServerExec calls GetTxCertRevokeCmd() (parent) instead of GetTxCertRevokeServerCmd()
111104 s .T ().Skip ("Skipped: CLI testutil TxRevokeServerExec calls wrong command" )
112105}
113106
Original file line number Diff line number Diff line change @@ -188,10 +188,6 @@ func (s *deploymentIntegrationTestSuite) TestDeployment() {
188188 s .Require ().NoError (err )
189189 s .Require ().Len (out .Deployments , 1 )
190190
191- // NOTE: Deployment update test removed - updating requires changing the manifest
192- // while keeping groups the same, which needs a separate deployment-v2.yaml file
193- // with only image/service changes (not pricing/resource changes)
194-
195191 // test query deployments with wrong owner value
196192 _ , err = clitestutil .ExecQueryDeployments (
197193 ctx ,
You can’t perform that action at this time.
0 commit comments