mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
Revert "DEV: Queue jobs in tests by default."
Too risky for now This reverts commit be28154d3b9289a249d413d462705cd075375888.
This commit is contained in:
@ -163,7 +163,6 @@ describe WatchedWord do
|
||||
end
|
||||
|
||||
it "flags on revisions" do
|
||||
SiteSetting.queue_jobs = false
|
||||
post = Fabricate(:post, topic: Fabricate(:topic, user: tl2_user), user: tl2_user)
|
||||
expect {
|
||||
PostRevisor.new(post).revise!(post.user, { raw: "Want some #{flag_word.word} for cheap?" }, revised_at: post.updated_at + 10.seconds)
|
||||
|
Reference in New Issue
Block a user