Skip to content

Commit

Permalink
unhash skip unit_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDaglish committed Jul 26, 2023
1 parent 2719f70 commit 3015fec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/modules/test_named_entity_recognition.py
Original file line number Diff line number Diff line change
@@ -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(

Check warning on line 14 in tests/modules/test_named_entity_recognition.py

View check run for this annotation

Codecov / codecov/patch

tests/modules/test_named_entity_recognition.py#L14

Added line #L14 was not covered by tests
[
Expand Down

0 comments on commit 3015fec

Please sign in to comment.