Skip to content

Commit a2ffae3

Browse files
mhodgsontimofurrer
authored andcommitted
Don't run acceptance tests on less than 15.3
1 parent 184bd65 commit a2ffae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_gitlab_group_saml_link_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
func TestAccGitlabGroupSamlLink_basic(t *testing.T) {
15-
testAccCheckEE(t)
15+
testAccRequiresAtLeast(t, "15.3")
1616

1717
testGroup := testAccCreateGroups(t, 1)[0]
1818

0 commit comments

Comments
 (0)