From 3ecdc057b5dd68fc4e577484296b3ba91370a8f3 Mon Sep 17 00:00:00 2001 From: stack72 Date: Mon, 12 Dec 2016 17:11:20 +0000 Subject: [PATCH] provider/digitalocean: Removal of an old test that was causing the CI acceptance tests to hang --- .../resource_digitalocean_droplet_test.go | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/builtin/providers/digitalocean/resource_digitalocean_droplet_test.go b/builtin/providers/digitalocean/resource_digitalocean_droplet_test.go index 51a76ada1a..53a6abecae 100644 --- a/builtin/providers/digitalocean/resource_digitalocean_droplet_test.go +++ b/builtin/providers/digitalocean/resource_digitalocean_droplet_test.go @@ -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"