Disable group-level integration testing feature
What does this MR do?
Currently, the integration testing feature is coupled to projects and broken for a lot of integrations #213123 (closed). We can now save integrations that belongs to a group !39959 (merged) but we should skip the integration testing feature as we do for instance-level integrations.
Group-level functionality &2543 is under a feature flag group_level_integration
.
Related to #233932 (closed)