mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Skip failing test until usernames can't end in periods again
This commit is contained in:
@@ -65,6 +65,7 @@ module Gitlab::Markdown
|
||||
end
|
||||
|
||||
it 'links with adjacent text' do
|
||||
skip 'TODO (rspeicher): Re-enable when usernames can\'t end in periods.'
|
||||
doc = filter("Mention me (@#{user.username}.)")
|
||||
expect(doc.to_html).to match(/\(<a.+>@#{user.username}<\/a>\.\)/)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user