Quarantine flaky spec

https://gitlab.com/gitlab-org/gitlab-ce/issues/63750
This commit is contained in:
Thong Kuah 2019-06-26 10:16:48 +00:00
parent 2428a550e4
commit 932829fb0f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ describe 'Signup' do
expect(page).to have_content("Invalid input, please avoid emojis")
end
it 'shows a pending message if the username availability is being fetched' do
it 'shows a pending message if the username availability is being fetched', :quarantine do
fill_in 'new_user_username', with: 'new-user'
expect(find('.username > .validation-pending')).not_to have_css '.hide'