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 10, 2024
1 parent c71d608 commit 7aabf53
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 @@ -338,7 +338,7 @@ var tests = []*vpcGeneralTest{
format: vpcmodel.Text,
},
// multi-vpc config examples
/*{
{
name: "experiments_env",
useCases: []vpcmodel.OutputUseCase{vpcmodel.AllEndpoints},
format: vpcmodel.Text,
Expand All @@ -347,7 +347,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 7aabf53

Please sign in to comment.