Skip to content

Commit

Permalink
skipping explosion test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RichJackson committed Oct 10, 2023
1 parent 6cf0968 commit c44b76b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kazu/tests/test_explosion_ner.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import pytest
from hydra.utils import instantiate

from kazu.tests.utils import requires_model_pack


@pytest.mark.skip(reason="semi deprecated - not in default model pack and is slow")
@requires_model_pack
def test_ExplosionStringMatchingStep(kazu_test_config, ner_simple_test_cases):
# note, here we just test that the step is functional. Model performance is tested via an acceptance test
Expand Down

0 comments on commit c44b76b

Please sign in to comment.