diff --git a/tests/modules/test_named_entity_recognition.py b/tests/modules/test_named_entity_recognition.py index 1abc790..20173e5 100644 --- a/tests/modules/test_named_entity_recognition.py +++ b/tests/modules/test_named_entity_recognition.py @@ -1,15 +1,15 @@ -# import sys +import sys -# import pytest +import pytest from pandas import Series from src.modules import named_entity_recognition as ner class TestRetrieveNamedEntities: - # @pytest.mark.skipif( - # sys.platform.startswith("linux"), reason="Unknown error during CI" - # ) + @pytest.mark.skipif( + sys.platform.startswith("linux"), reason="Unknown error during CI" + ) def test_retrieve_named_entities(self): test_data = Series( [