Skip to content

Commit

Permalink
Skip tests that rely on VpcLink resource (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Zen committed Aug 4, 2021
1 parent 0e354a1 commit 47008c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nodejs/awsx/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func TestAccVpc(t *testing.T) {
}

func TestAccNlb_fargateShort(t *testing.T) {
t.Skip("Temporarily skipping due to https://github.com/pulumi/pulumi-awsx/issues/686")
envRegion := getEnvRegion(t)
test := getBaseOptions(t).
With(integration.ProgramTestOptions{
Expand All @@ -156,6 +157,7 @@ func TestAccNlb_fargateShort(t *testing.T) {
}

func TestAccNlb_fargateShortInlineListener(t *testing.T) {
t.Skip("Temporarily skipping due to https://github.com/pulumi/pulumi-awsx/issues/686")
envRegion := getEnvRegion(t)
test := getBaseOptions(t).
With(integration.ProgramTestOptions{
Expand Down Expand Up @@ -334,6 +336,7 @@ func TestAccAlb_lambdaTarget(t *testing.T) {
}

func TestAccNlb_fargate(t *testing.T) {
t.Skip("Temporarily skipping due to https://github.com/pulumi/pulumi-awsx/issues/686")
skipIfShort(t)
envRegion := getEnvRegion(t)
test := getBaseOptions(t).
Expand Down

0 comments on commit 47008c0

Please sign in to comment.