Correct flaky spec
Can fail if the machine running tests has less that 10% free space
This commit is contained in:
parent
a329f37b44
commit
936582b8d1
|
@ -82,6 +82,7 @@ describe Jobs::PullHotlinkedImages do
|
|||
end
|
||||
|
||||
it 'replaces image src' do
|
||||
SiteSetting.download_remote_images_threshold = 0
|
||||
post = Fabricate(:post, raw: "#{url}")
|
||||
|
||||
Jobs::ProcessPost.new.execute(post_id: post.id)
|
||||
|
|
Loading…
Reference in New Issue