mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Revert "DEV: Queue jobs in tests by default."
Too risky for now This reverts commit be28154d3b9289a249d413d462705cd075375888.
This commit is contained in:
@ -1066,7 +1066,6 @@ describe User do
|
||||
|
||||
context "with a reply" do
|
||||
before do
|
||||
SiteSetting.queue_jobs = false
|
||||
PostCreator.new(Fabricate(:user),
|
||||
raw: 'whatever this is a raw post',
|
||||
topic_id: topic.id,
|
||||
@ -1238,6 +1237,7 @@ describe User do
|
||||
describe "refresh_avatar" do
|
||||
it "enqueues the update_gravatar job when automatically downloading gravatars" do
|
||||
SiteSetting.automatically_download_gravatars = true
|
||||
SiteSetting.queue_jobs = true
|
||||
|
||||
user = Fabricate(:user)
|
||||
|
||||
|
Reference in New Issue
Block a user