Skip to content

Commit

Permalink
remove temp comment on certain tests
Browse files Browse the repository at this point in the history
Signed-off-by: adisos <[email protected]>
  • Loading branch information
adisos committed Jan 9, 2024
1 parent 14f2fb3 commit 9f3e007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ibmvpc/analysis_output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ var tests = []*vpcGeneralTest{
format: vpcmodel.Text,
},
// multi-vpc config examples
/*{
{
name: "experiments_env",
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints},
format: vpcmodel.Text,
Expand All @@ -336,7 +336,7 @@ var tests = []*vpcGeneralTest{
name: "experiments_env",
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints},
format: vpcmodel.JSON,
},*/
},
{
name: "multiple_vpcs",
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllSubnets},
Expand Down

0 comments on commit 9f3e007

Please sign in to comment.