skip TestAccAWSVPCPeeringConnection_tags for now

This commit is contained in:
clint shryock 2015-12-22 12:18:22 -06:00
parent c3d987ab18
commit 70bb536be1
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func TestAccAWSVPCPeeringConnection_tags(t *testing.T) {
var connection ec2.VpcPeeringConnection
peerId := os.Getenv("TF_PEER_ID")
if peerId == "" {
t.Fatalf("Error: TestAccAWSVPCPeeringConnection_tags requires a peer id to be set")
t.Skip("Error: TestAccAWSVPCPeeringConnection_tags requires a peer id to be set")
}
resource.Test(t, resource.TestCase{