Skip to content

Commit

Permalink
Remove unecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagonache committed Mar 17, 2021
1 parent 0d51ba9 commit 9ea27b7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions terraformtest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,22 +213,6 @@ func TestEKSCluster(t *testing.T) {
},
},
},
{
desc: "EKS Workers ASG",
planPath: "./testdata/ekspoc.plan.json",
want: Resource{
Address: "module.eks.aws_autoscaling_group.workers[0]",
Metadata: map[string]string{
"type": "aws_autoscaling_group",
"name": "workers",
"index": "0",
},
Values: map[string]string{
"health_check_grace_period": "300",
"min_size": "3",
},
},
},
}
for _, tC := range testCases {
t.Run(tC.desc, func(t *testing.T) {
Expand Down

0 comments on commit 9ea27b7

Please sign in to comment.