We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996f276 commit 9165595Copy full SHA for 9165595
gitlab/resource_gitlab_project_level_mr_approvals_test.go
@@ -51,6 +51,7 @@ func TestAccGitlabProjectLevelMRApprovals_import(t *testing.T) {
51
Config: testAccGitlabProjectLevelMRApprovalsUpdateConfig(rInt),
52
},
53
{
54
+ SkipFunc: isRunningInCE,
55
ResourceName: resourceName,
56
ImportState: true,
57
ImportStateVerify: true,
0 commit comments