Commit 48de6b0e authored by Thong Kuah's avatar Thong Kuah

Fix failure from group_clusters FF removal

parent 3a910362
......@@ -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