From 4995ce78638639ca70e2aba517ca222af2f06a1f Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 24 Sep 2024 10:04:47 +0200 Subject: [PATCH] Skip group example tests on Free (#5) --- internal/provider/group_v2_resource_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/group_v2_resource_test.go b/internal/provider/group_v2_resource_test.go index a4d2392..7b9cdd4 100644 --- a/internal/provider/group_v2_resource_test.go +++ b/internal/provider/group_v2_resource_test.go @@ -68,7 +68,7 @@ func TestAccGroupV2Resource(t *testing.T) { } func TestAccGroupV2ExampleResource(t *testing.T) { - + test.CheckEnterpriseEnabled(t) resource.Test(t, resource.TestCase{ PreCheck: func() { test.TestAccPreCheck(t) }, ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,