Skip to content

Commit

Permalink
Skip VCR for framework-based datasource (#8130)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored Jun 10, 2023
1 parent a16367e commit e20583d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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": acctest.GetTestProjectFromEnv(),
Expand Down

0 comments on commit e20583d

Please sign in to comment.