Skip to content

Commit 2420ece

Browse files
committed
TestPlanChecksClusterTwoRepSpecsWithAutoScalingAndSpecs only in unit tests
1 parent 9d778df commit 2420ece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/service/advancedcluster/plan_modifier_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"github.com/hashicorp/terraform-plugin-testing/plancheck"
88
"github.com/hashicorp/terraform-plugin-testing/tfjsonpath"
99

10+
"github.com/mongodb/terraform-provider-mongodbatlas/internal/testutil/acc"
1011
"github.com/mongodb/terraform-provider-mongodbatlas/internal/testutil/unit"
1112
)
1213

@@ -34,7 +35,8 @@ func specInstanceSizeNodeCount(instanceSize string, nodeCount int) knownvalue.Ch
3435
})
3536
}
3637

37-
func TestPlanChecksClusterTwoRepSpecsWithAutoScalingAndSpecs(t *testing.T) {
38+
func TestAccPlanChecksClusterTwoRepSpecsWithAutoScalingAndSpecs(t *testing.T) {
39+
acc.SkipInUnitTest(t)
3840
var (
3941
baseConfig = unit.NewMockPlanChecksConfig(t, &mockConfig, unit.ImportNameClusterTwoRepSpecsWithAutoScalingAndSpecs)
4042
resourceName = baseConfig.ResourceName

0 commit comments

Comments
 (0)