diff --git a/test/python/testpipeline/testdata/testtextractor.py b/test/python/testpipeline/testdata/testtextractor.py index 305891728..f58040f2d 100644 --- a/test/python/testpipeline/testdata/testtextractor.py +++ b/test/python/testpipeline/testdata/testtextractor.py @@ -2,6 +2,7 @@ Textractor module tests """ +import platform import unittest from txtai.pipeline import Textractor @@ -49,6 +50,7 @@ def testDefault(self): # Check number of sections is as expected self.assertEqual(len(sections), 2) + @unittest.skipIf(platform.system() == "Darwin", "Docling skipped on macOS to avoid MPS issues") def testDocling(self): """ Test docling backend