Skip to content

Commit

Permalink
Remove comment that was made false while working on it. :(
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Jan 2, 2019
1 parent eb11508 commit e11c2a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions third_party/terraform/tests/resource_compute_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ func TestAccComputeImage_resolveImage(t *testing.T) {
name := fmt.Sprintf("test-image-%s", rand)
fam := fmt.Sprintf("test-image-family-%s", rand)

// You'll note that this test does not have a CheckDestroy. This is not
// a typo - the test "creates" an image from a disk which is created from
// a public image. The purpose of the test is to show that we do NOT, in
// fact, create a new image in this circumstance. So, the resources under
// test are "the latest public debian image" - which of course we do not
// destroy.
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down

0 comments on commit e11c2a3

Please sign in to comment.