From: Elena ``of Valhalla'' Grandi <valhalla@debian.org>
Date: Mon, 5 May 2025 14:16:26 +0200
Subject: Temporarily skip a pdfa test

Forwarded: not-needed
---
 test/pdf-a/test_pdf_a.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/pdf-a/test_pdf_a.py b/test/pdf-a/test_pdf_a.py
index 6440afd..b69dd6f 100644
--- a/test/pdf-a/test_pdf_a.py
+++ b/test/pdf-a/test_pdf_a.py
@@ -55,6 +55,9 @@ class PDF(FPDF):
             pdf.save(deterministic_id=True)
 
 
+@pytest.mark.skip(
+    reason="Skip on Debian because tutorial/sRGB2014.icc is not available in the build area",
+)
 def test_basic_pdfa(tmp_path):
     pdf = PDF(
         language="en-US",
