Commit a18a884a authored by Sean McGivern's avatar Sean McGivern

Merge branch '56843-quarantine-flakey-test' into 'master'

Quarantine flakey GFM label test

See merge request gitlab-org/gitlab-ce!24675
parents a05cef5b 0b3ae195
......@@ -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') }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment