diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-06-26 10:16:48 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-06-26 10:16:48 +0000 |
commit | 932829fb0fcf38ce2a113e1b531ac9a2e83645d5 (patch) | |
tree | 6d4043d4f6e2290da3c113059c3e35f88aa44c1d /spec/features/users/signup_spec.rb | |
parent | 2428a550e401ae3083d9dbe604a6a362703e4779 (diff) | |
download | gitlab-ce-932829fb0fcf38ce2a113e1b531ac9a2e83645d5.tar.gz |
Quarantine flaky spec
https://gitlab.com/gitlab-org/gitlab-ce/issues/63750
Diffstat (limited to 'spec/features/users/signup_spec.rb')
-rw-r--r-- | spec/features/users/signup_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/users/signup_spec.rb b/spec/features/users/signup_spec.rb index 8a6901ea4e9..50befa7028d 100644 --- a/spec/features/users/signup_spec.rb +++ b/spec/features/users/signup_spec.rb @@ -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' |