Commit b059f2d6 authored by Enrique Alcantara's avatar Enrique Alcantara

Disable create_eks_clusters flag

parent 8ad69eaa
......@@ -12,6 +12,10 @@ describe 'EE Clusters', :js do
end
context 'when user has a cluster' do
before do
stub_feature_flags(create_eks_clusters: false)
end
context 'when license has multiple clusters feature' do
before do
allow(License).to receive(:feature_available?).and_call_original
......
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