From 23288f62da73fb0e30d8e7ce306665e8fda1b932 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 29 Jan 2020 15:08:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/clusters/components/applications_spec.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'spec/frontend/clusters') diff --git a/spec/frontend/clusters/components/applications_spec.js b/spec/frontend/clusters/components/applications_spec.js index 01e9b04dcd7..c3336edfe59 100644 --- a/spec/frontend/clusters/components/applications_spec.js +++ b/spec/frontend/clusters/components/applications_spec.js @@ -14,9 +14,6 @@ describe('Applications', () => { beforeEach(() => { Applications = Vue.extend(applications); - - gon.features = gon.features || {}; - gon.features.enableClusterApplicationElasticStack = true; }); afterEach(() => { -- cgit v1.2.3