summaryrefslogtreecommitdiff
path: root/spec/features/projects/blobs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/blobs')
-rw-r--r--spec/features/projects/blobs/blame_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/features/projects/blobs/blame_spec.rb b/spec/features/projects/blobs/blame_spec.rb
index 6f5bf8ac26e..c5379cf56c0 100644
--- a/spec/features/projects/blobs/blame_spec.rb
+++ b/spec/features/projects/blobs/blame_spec.rb
@@ -102,14 +102,6 @@ RSpec.describe 'File blame', :js, feature_category: :projects do
end
end
- context 'when streaming is disabled' do
- before do
- stub_feature_flags(blame_page_streaming: false)
- end
-
- it_behaves_like 'a full blame page'
- end
-
context 'when streaming is enabled' do
before do
stub_const('Gitlab::Git::BlamePagination::STREAMING_PER_PAGE', 50)