Fix commented out test.

Because of weirdness in our test runner, our CI tries to run every test
that matches the TestAcc* prefix, _even if it's commented out_. This
leads to failed tests in CI for tests that aren't even running, which is
annoying.

This PR just lowercases the first letter of the test so it doesn't match
the prefix anymore and the CI won't try to run it.
This commit is contained in:
Paddy 2017-11-08 10:58:30 -08:00
parent d1305e989a
commit f4b7ca7cbe

View File

@ -33,7 +33,7 @@ func TestAccComputeAddress_importBasic(t *testing.T) {
/* Disabled pending support for importing beta resources. See:
https://github.com/terraform-providers/terraform-provider-google/issues/694
func TestAccComputeAddress_importInternal(t *testing.T) {
func testAccComputeAddress_importInternal(t *testing.T) {
t.Parallel()
resource.Test(t, resource.TestCase{