Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/network_graph_spec.rb')
-rw-r--r--spec/features/projects/network_graph_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/features/projects/network_graph_spec.rb b/spec/features/projects/network_graph_spec.rb
index eff0335c891..e84bbf382ad 100644
--- a/spec/features/projects/network_graph_spec.rb
+++ b/spec/features/projects/network_graph_spec.rb
@@ -124,12 +124,4 @@ RSpec.describe 'Project Network Graph', :js, feature_category: :groups_and_proje
end
it_behaves_like 'network graph'
-
- context 'when disable_network_graph_notes_count is disabled' do
- before do
- stub_feature_flags(disable_network_graph_notes_count: false)
- end
-
- it_behaves_like 'network graph'
- end
end