Skip to content

Commit 66b190b

Browse files
authored
Merge branch 'master' into action-fix-docs
2 parents 92bf11e + 8c902b4 commit 66b190b

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)