Skip to content

Commit 4ed5942

Browse files
committed
TestPlanChecksClusterTwoRepSpecsWithAutoScalingAndSpecs only in unit tests
1 parent 9d778df commit 4ed5942

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/service/advancedcluster/plan_modifier_test.go

Lines changed: 2 additions & 0 deletions
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

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

3738
func TestPlanChecksClusterTwoRepSpecsWithAutoScalingAndSpecs(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)