Quarantine flakey GFM label test

This commit is contained in:
Lukas Eipert 2019-01-25 14:52:37 +01:00
parent dc6091876d
commit 0b3ae19559
No known key found for this signature in database
GPG Key ID: 148BEA37CB35B2AC
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ describe 'GFM autocomplete', :js do
end
# This context has jsut one example in each contexts in order to improve spec performance.
context 'labels' do
context 'labels', :quarantine do
let!(:backend) { create(:label, project: project, title: 'backend') }
let!(:bug) { create(:label, project: project, title: 'bug') }
let!(:feature_proposal) { create(:label, project: project, title: 'feature proposal') }