Skip to content

Commit

Permalink
mark heavy test as integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Fuchs committed Feb 2, 2024
1 parent 401d5be commit a24000e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_biomedical_entity_linking.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import pytest

from flair.data import Sentence
from flair.models.entity_mention_linking import (
Ab3PEntityPreprocessor,
Expand Down Expand Up @@ -77,6 +79,7 @@ def test_abbrevitation_resolution():
assert mention == "weaver smith syndrome"


@pytest.mark.integration()
def test_biomedical_entity_linking():
sentence = Sentence(
"The mutation in the ABCD1 gene causes X-linked adrenoleukodystrophy, "
Expand Down

0 comments on commit a24000e

Please sign in to comment.