Skip to content

Commit dd10660

Browse files
committed
more cases
1 parent 6f284d1 commit dd10660

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mmv1/third_party/terraform/services/cloudrun/resource_cloud_run_service_test.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func TestAccCloudRunService_cloudRunServiceUpdate(t *testing.T) {
1313
t.Parallel()
1414

1515
project := envvar.GetTestProjectFromEnv()
16-
name := "tftest-cloudrun-1" + acctest.RandString(t, 6)
16+
name := "tftest-cloudrun-" + acctest.RandString(t, 6)
1717

1818
acctest.VcrTest(t, resource.TestCase{
1919
PreCheck: func() { acctest.AccTestPreCheck(t) },

mmv1/third_party/terraform/services/dataproc/resource_dataproc_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ func TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl(t *testing.T) {
10381038

10391039
func TestAccDataprocCluster_withLifecycleConfigAutoDeletion(t *testing.T) {
10401040
// Uses time.Now
1041-
acctest.SkipIfVcr(t)
1041+
// acctest.SkipIfVcr(t)
10421042
t.Parallel()
10431043

10441044
rnd := acctest.RandString(t, 10)
@@ -1102,7 +1102,7 @@ func TestAccDataprocCluster_withLifecycleConfigIdleStopTtl(t *testing.T) {
11021102

11031103
func TestAccDataprocCluster_withLifecycleConfigAutoStop(t *testing.T) {
11041104
// Uses time.Now
1105-
acctest.SkipIfVcr(t)
1105+
// acctest.SkipIfVcr(t)
11061106
t.Parallel()
11071107

11081108
rnd := acctest.RandString(t, 10)

0 commit comments

Comments
 (0)