Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit fbf89ce

Browse files
committed
skip test in CI
1 parent 0036a10 commit fbf89ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/lib/utils/pdf_to_text_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
context "when improving PDF extraction with LLM" do
2121
it "works as expected" do
22+
if ENV["CI"]
23+
skip "This test requires imagemagick is installed with ghostscript support - which is not available in CI"
24+
end
2225
pdf_to_text = described_class.new(upload: upload, user: user, llm_model: llm_model)
2326
pages = []
2427

0 commit comments

Comments
 (0)