Skip to content

Commit

Permalink
integ tests: blacklist sa-east-1b due to missing NAT GW
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco De Martino <fdm@amazon.com>
  • Loading branch information
demartinofra committed Jun 24, 2019
1 parent 10cdb67 commit 95da11c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration-tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ def cfn_stacks_factory(request):
"ap-southeast-1": ["ap-southeast-1a", "ap-southeast-1b"],
# c4.xlarge is not supported in ap-south-1c
"ap-south-1": ["ap-south-1a", "ap-south-1b"],
# NAT Gateway not available in sa-east-1b
"sa-east-1": ["sa-east-1a", "sa-east-1c"],
}


Expand Down

0 comments on commit 95da11c

Please sign in to comment.