Skip to content

Commit 8c902b4

Browse files
authored
Update test_lm_tokenizer.py
1 parent ed274a3 commit 8c902b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nlu/tokenizers/test_lm_tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from rasa.nlu.utils.hugging_face.hf_transformers import HFTransformersNLP
1414

1515
# TODO: need to fix this failing test
16-
@pytest.mark.xfail(strict=False)
16+
@pytest.mark.skip(reason="Results in random crashing of github action workers")
1717
@pytest.mark.parametrize(
1818
"model_name, texts, expected_tokens, expected_indices, expected_num_token_ids",
1919
[

0 commit comments

Comments
 (0)