Commit e38aa5c0 authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-ee-failure-ff-removal' into 'master'

Fix failure from group_clusters FF removal

Closes #12476

See merge request gitlab-org/gitlab-ee!14446
parents d263d871 48de6b0e
......@@ -110,16 +110,6 @@ describe EE::DeploymentPlatform do
it_behaves_like 'matching environment scope'
end
end
context 'when feature flag disabled' do
before do
stub_feature_flags(group_clusters: false)
end
it 'returns nil' do
expect(subject).to be_nil
end
end
end
context 'with instance clusters' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment