Skip to content

Commit

Permalink
reverts incorrect testing bug fix aws#2920
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Nov 7, 2019
1 parent 55c7775 commit 64eab9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aws/endpoints/v3model_test.go
Expand Up @@ -542,10 +542,6 @@ 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
Expand Down

0 comments on commit 64eab9c

Please sign in to comment.