provider/google: skip remainder of metadata tests

Any of the tests can fail due to
https://github.com/hashicorp/terraform/issues/4504
This commit is contained in:
Paul Hinze 2016-01-05 08:29:59 -06:00
parent c57aae34c1
commit 5c6304ed57
1 changed files with 4 additions and 0 deletions

View File

@ -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,
@ -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,