From 74702f0e0e05bc346338fbd11b596fcbedfbaea6 Mon Sep 17 00:00:00 2001 From: Tiger Date: Wed, 12 Jun 2019 09:44:18 +1000 Subject: Enable project-level JIT resource creation Previously this behaviour was only available to group and instance-level clusters, as some project clusters relied on Kubernetes credentials being passed through to the runner instead of having their resources managed by GitLab (which is not available when using JIT). These clusters have been migrated to unmanaged, so resources can be created on demand for the remaining managed clusters. --- spec/features/projects/clusters/gcp_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/features/projects/clusters') diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb index 83e582c34f0..940cada6ea5 100644 --- a/spec/features/projects/clusters/gcp_spec.rb +++ b/spec/features/projects/clusters/gcp_spec.rb @@ -122,7 +122,6 @@ describe 'Gcp Cluster', :js do context 'when user changes cluster parameters' do before do - allow(ClusterConfigureWorker).to receive(:perform_async) fill_in 'cluster_platform_kubernetes_attributes_namespace', with: 'my-namespace' page.within('#js-cluster-details') { click_button 'Save changes' } end -- cgit v1.2.3