Skip to content

Commit

Permalink
Remove most instances of VCR skips referencing hashicorp/terraform-pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Aug 29, 2024
1 parent 929316b commit c3b8b17
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import (
)

func TestAccFrameworkProviderMeta_setModuleName(t *testing.T) {
// TODO: https://github.com/hashicorp/terraform-provider-google/issues/14158
acctest.SkipIfVcr(t)
t.Parallel()

moduleName := "my-module"
Expand Down Expand Up @@ -64,8 +62,6 @@ func TestAccFrameworkProviderBasePath_setInvalidBasePath(t *testing.T) {
}

func TestAccFrameworkProviderBasePath_setBasePath(t *testing.T) {
// TODO: https://github.com/hashicorp/terraform-provider-google/issues/14158
acctest.SkipIfVcr(t)
t.Parallel()

acctest.VcrTest(t, resource.TestCase{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import (
)

func TestAccFrameworkProviderMeta_setModuleName(t *testing.T) {
// TODO: https://github.com/hashicorp/terraform-provider-google/issues/14158
acctest.SkipIfVcr(t)
t.Parallel()

moduleName := "my-module"
Expand Down Expand Up @@ -63,8 +61,6 @@ func TestAccFrameworkProviderBasePath_setInvalidBasePath(t *testing.T) {
}

func TestAccFrameworkProviderBasePath_setBasePath(t *testing.T) {
// TODO: https://github.com/hashicorp/terraform-provider-google/issues/14158
acctest.SkipIfVcr(t)
t.Parallel()

acctest.VcrTest(t, resource.TestCase{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import (

func TestAccDataSourceGoogleFirebaseAndroidAppConfig(t *testing.T) {
t.Parallel()
// Framework-based resources and datasources don't work with VCR yet
acctest.SkipIfVcr(t)

context := map[string]interface{}{
"project_id": envvar.GetTestProjectFromEnv(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
)

func TestAccDataSourceGoogleFirebaseAppleAppConfig(t *testing.T) {
// TODO: https://github.com/hashicorp/terraform-provider-google/issues/14158
acctest.SkipIfVcr(t)
t.Parallel()

context := map[string]interface{}{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (

func TestAccDataSourceGoogleFirebaseAndroidAppConfig(t *testing.T) {
t.Parallel()
// Framework-based resources and datasources don't work with VCR yet
acctest.SkipIfVcr(t)

context := map[string]interface{}{
"project_id": envvar.GetTestProjectFromEnv(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
)

func TestAccDataSourceGoogleFirebaseAppleAppConfig(t *testing.T) {
// TODO: https://github.com/hashicorp/terraform-provider-google/issues/14158
acctest.SkipIfVcr(t)
t.Parallel()

context := map[string]interface{}{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import (
)

func TestAccFirebaseWebApp_firebaseWebAppFull(t *testing.T) {
// TODO: https://github.com/hashicorp/terraform-provider-google/issues/14158
acctest.SkipIfVcr(t)
t.Parallel()

context := map[string]interface{}{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import (
)

func TestAccFirebaseWebApp_firebaseWebAppFull(t *testing.T) {
// TODO: https://github.com/hashicorp/terraform-provider-google/issues/14158
acctest.SkipIfVcr(t)
t.Parallel()

context := map[string]interface{}{
Expand Down

0 comments on commit c3b8b17

Please sign in to comment.