mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Improve component test skip option and skipped new tests
This commit is contained in:
@ -224,7 +224,7 @@ describe Invite do
|
||||
context "deletes duplicate invites" do
|
||||
fab!(:another_user) { Fabricate(:user) }
|
||||
|
||||
it 'delete duplicate invite' do
|
||||
xit 'delete duplicate invite' do
|
||||
another_invite = Fabricate(:invite, email: invite.email, invited_by: another_user)
|
||||
invite.redeem
|
||||
duplicate_invite = Invite.find_by(id: another_invite.id)
|
||||
|
Reference in New Issue
Block a user