Skip to content

Commit

Permalink
Skip vcr test
Browse files Browse the repository at this point in the history
  • Loading branch information
zli82016 committed Apr 9, 2024
1 parent 080a81a commit d9c858c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ func TestAccCloudRunServiceMigration_withLabels(t *testing.T) {
}

func TestAccCloudRunService_withComputedLabels(t *testing.T) {
// Skip it in VCR test because of the randomness of uuid in "labels" field
// which causes the replaying mode after recording mode failing in VCR test
acctest.SkipIfVcr(t)
t.Parallel()

name := "tftest-cloudrun-" + acctest.RandString(t, 6)
Expand Down

0 comments on commit d9c858c

Please sign in to comment.