File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ test: fmtcheck
37
37
.PHONY : testacc
38
38
testacc : fmtcheck
39
39
@$(eval VERSION=acc)
40
- TF_ACC=1 go test $(TEST ) -run ' $(TEST_REGEX)' -v -parallel 20 $(TESTARGS ) -timeout $(ACCTEST_TIMEOUT ) -cover -ldflags=" $( LINKER_FLAGS) "
40
+ TF_ACC=1 go test $(TEST ) -run ' $(TEST_REGEX)' -v -parallel 5 $(TESTARGS ) -timeout $(ACCTEST_TIMEOUT ) -cover -ldflags=" $( LINKER_FLAGS) "
41
41
42
42
.PHONY : testaccgov
43
43
testaccgov : fmtcheck
Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ resource "mongodbatlas_advanced_cluster" "test" {
558
558
project_id = %[1]q
559
559
name = %[2]q
560
560
cluster_type = "REPLICASET"
561
- retain_backups_enabled = "true "
561
+ retain_backups_enabled = "false "
562
562
563
563
replication_specs {
564
564
region_configs {
@@ -581,7 +581,7 @@ resource "mongodbatlas_advanced_cluster" "test" {
581
581
project_id = %[1]q
582
582
name = %[2]q
583
583
cluster_type = "REPLICASET"
584
- retain_backups_enabled = "true "
584
+ retain_backups_enabled = "false "
585
585
586
586
replication_specs {
587
587
region_configs {
You can’t perform that action at this time.
0 commit comments