Skip to content

Commit

Permalink
provider/google: skip remainder of metadata tests
Browse files Browse the repository at this point in the history
Any of the tests can fail due to
#4504
  • Loading branch information
phinze committed Jan 5, 2016
1 parent c57aae3 commit 5c6304e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func TestAccComputeProjectMetadata_basic(t *testing.T) {
func TestAccComputeProjectMetadata_modify_1(t *testing.T) {
var project compute.Project

t.Skip("See https://github.com/hashicorp/terraform/issues/4504")

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down Expand Up @@ -74,6 +76,8 @@ func TestAccComputeProjectMetadata_modify_1(t *testing.T) {
func TestAccComputeProjectMetadata_modify_2(t *testing.T) {
var project compute.Project

t.Skip("See https://github.com/hashicorp/terraform/issues/4504")

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down

0 comments on commit 5c6304e

Please sign in to comment.