mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
DEV: Disable flaky test (#11257)
This commit is contained in:
parent
2cb2f864d4
commit
1a41a1cc43
@ -358,6 +358,7 @@ describe Jobs::ExportUserArchive do
|
||||
let(:admin) { Fabricate(:admin) }
|
||||
|
||||
it 'correctly exports queued posts' do
|
||||
skip 'flaky'
|
||||
SiteSetting.tagging_enabled = true
|
||||
|
||||
reviewable_post.perform(admin, :reject_post)
|
||||
|
Loading…
Reference in New Issue
Block a user