diff --git a/test/python/testpipeline/testdata/testtextractor.py b/test/python/testpipeline/testdata/testtextractor.py index f58040f2d..305891728 100644 --- a/test/python/testpipeline/testdata/testtextractor.py +++ b/test/python/testpipeline/testdata/testtextractor.py @@ -2,7 +2,6 @@ Textractor module tests """ -import platform import unittest from txtai.pipeline import Textractor @@ -50,7 +49,6 @@ 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