Skip to content

Commit

Permalink
Don't run acceptance tests on less than 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhodgson committed Aug 24, 2022
1 parent ce93dd1 commit ef998f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_gitlab_group_saml_link_test.go
Expand Up @@ -12,7 +12,7 @@ import (
)

func TestAccGitlabGroupSamlLink_basic(t *testing.T) {
testAccCheckEE(t)
testAccRequiresAtLeast(t, "15.3")

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

Expand Down

0 comments on commit ef998f2

Please sign in to comment.