DEV: Disable flaky test (#11257)

This commit is contained in:
Kane York 2020-11-16 20:10:27 -08:00 committed by GitHub
parent 2cb2f864d4
commit 1a41a1cc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)