diff --git a/google/data_source_google_iam_policy_test.go b/google/data_source_google_iam_policy_test.go deleted file mode 100644 index 71664db3..00000000 --- a/google/data_source_google_iam_policy_test.go +++ /dev/null @@ -1 +0,0 @@ -package google diff --git a/google/data_source_google_kms_crypto_key_test.go b/google/data_source_google_kms_crypto_key_test.go index b6f633ad..7f5fa226 100644 --- a/google/data_source_google_kms_crypto_key_test.go +++ b/google/data_source_google_kms_crypto_key_test.go @@ -16,8 +16,6 @@ func TestAccDataSourceGoogleKmsCryptoKey_basic(t *testing.T) { keyParts := strings.Split(kms.CryptoKey.Name, "/") cryptoKeyId := keyParts[len(keyParts)-1] - fmt.Println(testAccDataSourceGoogleKmsCryptoKey_basic(kms.KeyRing.Name, cryptoKeyId)) - resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, Providers: testAccProviders, @@ -30,9 +28,6 @@ func TestAccDataSourceGoogleKmsCryptoKey_basic(t *testing.T) { }) } -/* - This test should run in its own project, because KMS key rings and crypto keys are not deletable -*/ func testAccDataSourceGoogleKmsCryptoKey_basic(keyRingName, cryptoKeyName string) string { return fmt.Sprintf(` data "google_kms_crypto_key" "kms_crypto_key" { diff --git a/google/data_source_google_kms_key_ring_test.go b/google/data_source_google_kms_key_ring_test.go index 515fb574..771769ab 100644 --- a/google/data_source_google_kms_key_ring_test.go +++ b/google/data_source_google_kms_key_ring_test.go @@ -27,9 +27,6 @@ func TestAccDataSourceGoogleKmsKeyRing_basic(t *testing.T) { }) } -/* - This test should run in its own project, because keys and key rings are not deletable -*/ func testAccDataSourceGoogleKmsKeyRing_basic(keyRingName string) string { return fmt.Sprintf(`