DEV: Skip erratic spec for now
Spec fails intermittently due to CDN state.
This commit is contained in:
parent
1f6eaf26a1
commit
8c1e008c59
|
@ -552,7 +552,8 @@ describe CookedPostProcessor do
|
|||
upload.update(secure: true, access_control_post: post)
|
||||
end
|
||||
|
||||
it "handles secure images with the correct lightbox link href" do
|
||||
# TODO fix this spec, it is sometimes getting CDN links when it runs concurrently
|
||||
xit "handles secure images with the correct lightbox link href" do
|
||||
cpp.post_process
|
||||
|
||||
expect(cpp.html).to match_html cooked_html
|
||||
|
|
Loading…
Reference in New Issue