Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Aug 16, 2023
1 parent 1c910ed commit c73b48c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,14 @@ func TestExample(t *testing.T) {
// TODO: File issue: uses too many system resources (crashes in CI)
skip: allLanguages,
},
// {
// example: "https://github.com/terraform-aws-modules/terraform-aws-rds",
// strict: true,
// },
// {
// example: "https://github.com/terraform-aws-modules/terraform-aws-alb",
// strict: true,
// },
{
example: "https://github.com/terraform-aws-modules/terraform-aws-rds",
strict: true,
},
{
example: "https://github.com/terraform-aws-modules/terraform-aws-alb",
strict: true,
},
{
example: "https://github.com/terraform-aws-modules/terraform-aws-alb/examples/complete-alb",
// TODO: File issue: uses too many system resources (crashes in CI)
Expand Down

0 comments on commit c73b48c

Please sign in to comment.