From 18b8435318887d3fc6e9f9d305967a953cdd7d3f Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 21 Feb 2020 06:08:58 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/projects/settings/registry_settings_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/features/projects/settings') diff --git a/spec/features/projects/settings/registry_settings_spec.rb b/spec/features/projects/settings/registry_settings_spec.rb index fc1a85c3efe..0613148172f 100644 --- a/spec/features/projects/settings/registry_settings_spec.rb +++ b/spec/features/projects/settings/registry_settings_spec.rb @@ -10,6 +10,7 @@ describe 'Project > Settings > CI/CD > Container registry tag expiration policy' before do sign_in(user) stub_container_registry_config(enabled: true) + stub_feature_flags(new_variables_ui: false) end context 'as owner' do -- cgit v1.2.3