Skip to content

Commit 3ecdc05

Browse files
committed
provider/digitalocean: Removal of an old test that was causing the CI acceptance tests to hang
1 parent 949d18d commit 3ecdc05

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

builtin/providers/digitalocean/resource_digitalocean_droplet_test.go

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -371,24 +371,6 @@ func testAccCheckDigitalOceanDropletRecreated(t *testing.T,
371371
}
372372
}
373373

374-
// Not sure if this check should remain here as the underlaying
375-
// function is changed and is tested indirectly by almost all
376-
// other test already
377-
//
378-
//func Test_new_droplet_state_refresh_func(t *testing.T) {
379-
// droplet := godo.Droplet{
380-
// Name: "foobar",
381-
// }
382-
// resourceMap, _ := resource_digitalocean_droplet_update_state(
383-
// &terraform.InstanceState{Attributes: map[string]string{}}, &droplet)
384-
//
385-
// // See if we can access our attribute
386-
// if _, ok := resourceMap.Attributes["name"]; !ok {
387-
// t.Fatalf("bad name: %s", resourceMap.Attributes)
388-
// }
389-
//
390-
//}
391-
392374
var testAccCheckDigitalOceanDropletConfig_basic = fmt.Sprintf(`
393375
resource "digitalocean_ssh_key" "foobar" {
394376
name = "foobar"

0 commit comments

Comments
 (0)