provider/digitalocean: Removal of an old test that was causing the CI acceptance tests to hang
This commit is contained in:
parent
949d18da22
commit
3ecdc057b5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue