provider/digitalocean: Removal of an old test that was causing the CI acceptance tests to hang

This commit is contained in:
stack72 2016-12-12 17:11:20 +00:00
parent 949d18da22
commit 3ecdc057b5
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 0 additions and 18 deletions

View File

@ -371,24 +371,6 @@ func testAccCheckDigitalOceanDropletRecreated(t *testing.T,
}
}
// Not sure if this check should remain here as the underlaying
// function is changed and is tested indirectly by almost all
// other test already
//
//func Test_new_droplet_state_refresh_func(t *testing.T) {
// droplet := godo.Droplet{
// Name: "foobar",
// }
// resourceMap, _ := resource_digitalocean_droplet_update_state(
// &terraform.InstanceState{Attributes: map[string]string{}}, &droplet)
//
// // See if we can access our attribute
// if _, ok := resourceMap.Attributes["name"]; !ok {
// t.Fatalf("bad name: %s", resourceMap.Attributes)
// }
//
//}
var testAccCheckDigitalOceanDropletConfig_basic = fmt.Sprintf(`
resource "digitalocean_ssh_key" "foobar" {
name = "foobar"