Skip to content

Commit 4555fc4

Browse files
committed
chore(test): add missing skip tags for NAT tests
Signed-off-by: Pau Capdevila <[email protected]>
1 parent e6c41cc commit 4555fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/hhfab/release.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4546,6 +4546,7 @@ func makeVpcPeeringsBasicSuite(testCtx *VPCPeeringTestCtx) *JUnitTestSuite {
45464546
ExpectFailure: true,
45474547
SkipFlags: SkipFlags{
45484548
NoGateway: true,
4549+
NoServers: true,
45494550
},
45504551
},
45514552
{
@@ -4554,6 +4555,7 @@ func makeVpcPeeringsBasicSuite(testCtx *VPCPeeringTestCtx) *JUnitTestSuite {
45544555
ExpectFailure: true,
45554556
SkipFlags: SkipFlags{
45564557
NoGateway: true,
4558+
NoServers: true,
45574559
},
45584560
},
45594561
{
@@ -4562,6 +4564,7 @@ func makeVpcPeeringsBasicSuite(testCtx *VPCPeeringTestCtx) *JUnitTestSuite {
45624564
ExpectFailure: true,
45634565
SkipFlags: SkipFlags{
45644566
NoGateway: true,
4567+
NoServers: true,
45654568
},
45664569
},
45674570
}

0 commit comments

Comments
 (0)