Skip to content

Commit

Permalink
Fix bug in test for DCA, LCK region
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Oct 29, 2019
1 parent 0198f00 commit 67ca062
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws/endpoints/v3model_test.go
Expand Up @@ -542,6 +542,11 @@ func TestEndpointFor_RegionalFlag(t *testing.T) {
}

func TestEndpointFor_EmptyRegion(t *testing.T) {
// skip this test for partitions outside `aws` partition
if DefaultPartitions()[0].id != "aws" {
t.Skip()
}

cases := map[string]struct {
Service string
Region string
Expand Down

0 comments on commit 67ca062

Please sign in to comment.