Skip to content

Commit 5d0a904

Browse files
INTMDB-865: Fix cluster tests (#1238)
1 parent 2d55098 commit 5d0a904

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test: fmtcheck
3737
.PHONY: testacc
3838
testacc: fmtcheck
3939
@$(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)"
4141

4242
.PHONY: testaccgov
4343
testaccgov: fmtcheck

mongodbatlas/resource_mongodbatlas_advanced_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ resource "mongodbatlas_advanced_cluster" "test" {
558558
project_id = %[1]q
559559
name = %[2]q
560560
cluster_type = "REPLICASET"
561-
retain_backups_enabled = "true"
561+
retain_backups_enabled = "false"
562562
563563
replication_specs {
564564
region_configs {
@@ -581,7 +581,7 @@ resource "mongodbatlas_advanced_cluster" "test" {
581581
project_id = %[1]q
582582
name = %[2]q
583583
cluster_type = "REPLICASET"
584-
retain_backups_enabled = "true"
584+
retain_backups_enabled = "false"
585585
586586
replication_specs {
587587
region_configs {

0 commit comments

Comments
 (0)