Skip to content

Commit

Permalink
re-enable cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava committed Oct 20, 2022
1 parent 15e90c0 commit 117ebca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions acceptance/tests/connect/connect_inject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ func TestConnectInject(t *testing.T) {
releaseName: helpers.RandomName(),
secure: true,
},
//"CLI install without secure": {
// clusterKind: consul.CLI,
// releaseName: consul.CLIReleaseName,
//},
//"CLI install with secure": {
// clusterKind: consul.CLI,
// releaseName: consul.CLIReleaseName,
// secure: true,
//},
"CLI install without secure": {
clusterKind: consul.CLI,
releaseName: consul.CLIReleaseName,
},
"CLI install with secure": {
clusterKind: consul.CLI,
releaseName: consul.CLIReleaseName,
secure: true,
},
}

for name, c := range cases {
Expand Down

0 comments on commit 117ebca

Please sign in to comment.