From ad5b4e436c0c2f45ae438c15ea7b18386b8d02c6 Mon Sep 17 00:00:00 2001 From: Justin Van Patten Date: Tue, 15 Aug 2023 17:45:17 -0700 Subject: [PATCH] terraform-aws-lambda --- tests/example_test.go | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/tests/example_test.go b/tests/example_test.go index dcc5c4f..42334c1 100644 --- a/tests/example_test.go +++ b/tests/example_test.go @@ -179,11 +179,19 @@ 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-security-group/examples/http", nonStrict: true}, - // {example: "https://github.com/terraform-aws-modules/terraform-aws-security-group/examples/rules-only", nonStrict: true}, + { + example: "https://github.com/terraform-aws-modules/terraform-aws-security-group/examples/http", + // TODO: File issue: uses too many system resources (crashes in CI) + skip: allLanguages, + }, + { + example: "https://github.com/terraform-aws-modules/terraform-aws-security-group/examples/rules-only", + // TODO: File issue: uses too many system resources (crashes in CI) + skip: allLanguages, + }, // {example: "https://github.com/terraform-aws-modules/terraform-aws-eks"}, - // {example: "https://github.com/terraform-aws-modules/terraform-aws-lambda"}, + {example: "https://github.com/terraform-aws-modules/terraform-aws-lambda", nonStrict: true}, // {example: "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket"}, // Green // {example: "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/examples/object"}, // {example: "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/examples/complete"},