Skip to content

Commit

Permalink
Skip IPAM tests until sharing is figured out (#1411)
Browse files Browse the repository at this point in the history
Fixes #1404

Relates: #1382
  • Loading branch information
t0yv0 authored Nov 6, 2024
1 parent bef262a commit 349b754
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func TestRegress1112(t *testing.T) {
t.Setenv("AWS_REGION", "")
os.Unsetenv("AWS_REGION")
test := integration.ProgramTestOptions{
Quick: true,
SkipRefresh: true,
Quick: true,
SkipRefresh: true,
}.With(integration.ProgramTestOptions{
Dependencies: []string{
"@pulumi/awsx",
Expand Down Expand Up @@ -211,6 +211,7 @@ func TestVpcSpecificSubnetSpecArgs(t *testing.T) {
}

func TestVpcIpam(t *testing.T) {
t.Skip("TODO[pulumi/pulumi-awsx#1382] skipped until test IPAM sharing is figured out")
t.Run("vpc-ipam-ipv4-auto-cidrblock", func(t *testing.T) {
dir := filepath.Join(getCwd(t), "vpc", "nodejs", "vpc-ipam-ipv4-auto-cidrblock")
validate := func(t *testing.T, stack integration.RuntimeValidationStackInfo) {
Expand Down

0 comments on commit 349b754

Please sign in to comment.