From 0b54f87a31c23544ca5917bf772ce9c64a61562c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 11 May 2023 12:12:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/projects/blobs/blame_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/projects/blobs') diff --git a/spec/features/projects/blobs/blame_spec.rb b/spec/features/projects/blobs/blame_spec.rb index c5379cf56c0..9f061a2ff14 100644 --- a/spec/features/projects/blobs/blame_spec.rb +++ b/spec/features/projects/blobs/blame_spec.rb @@ -109,7 +109,7 @@ RSpec.describe 'File blame', :js, feature_category: :projects do it_behaves_like 'a full blame page' - it 'shows loading text' do + it 'shows loading text', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/410499' do visit_blob_blame(path) click_link _('Show full blame') expect(page).to have_text('Loading full blame...') -- cgit v1.2.1