Skip to content

Commit 33acd63

Browse files
committed
chore: progress
1 parent 913fb03 commit 33acd63

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

tests/e2e/certs_cli_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ type certificateIntegrationTestSuite struct {
1919
}
2020

2121
func (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

2725
func (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

10299
func (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

108103
func (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

tests/e2e/deployment_cli_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)