Skip to content

Commit 4c733dd

Browse files
author
Huseyin Unal
committed
Add SkipFunc
1 parent e1bdb47 commit 4c733dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitlab/resource_gitlab_project_level_mr_approvals_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ func TestAccGitlabProjectLevelMRApprovals_basic(t *testing.T) {
2121
CheckDestroy: testAccCheckGitlabProjectLevelMRApprovalsDestroy,
2222
Steps: []resource.TestStep{
2323
{
24-
Config: testAccGitlabProjectLevelMRApprovalsUpdateConfig(rInt),
24+
SkipFunc: isRunningInCE,
25+
Config: testAccGitlabProjectLevelMRApprovalsUpdateConfig(rInt),
2526
Check: resource.ComposeTestCheckFunc(
2627
testAccCheckGitlabProjectLevelMRApprovalsExists("gitlab_project_level_mr_approvals.foo", &projectApprovals),
2728
testAccCheckGitlabProjectLevelMRApprovalsAttributes(&projectApprovals, &testAccGitlabProjectLevelMRApprovalsExpectedAttributes{

0 commit comments

Comments
 (0)