diff --git a/builtin/providers/openstack/resource_openstack_compute_instance_v2_test.go b/builtin/providers/openstack/resource_openstack_compute_instance_v2_test.go index bd03a700d1..540232da52 100644 --- a/builtin/providers/openstack/resource_openstack_compute_instance_v2_test.go +++ b/builtin/providers/openstack/resource_openstack_compute_instance_v2_test.go @@ -46,7 +46,7 @@ func TestAccComputeV2Instance_basic(t *testing.T) { }) } -func TestAccComputeV2Instance_volumeAttach(t *testing.T) { +func _TestAccComputeV2Instance_volumeAttach(t *testing.T) { var instance servers.Server var volume volumes.Volume