We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed274a3 commit 8c902b4Copy full SHA for 8c902b4
tests/nlu/tokenizers/test_lm_tokenizer.py
@@ -13,7 +13,7 @@
13
from rasa.nlu.utils.hugging_face.hf_transformers import HFTransformersNLP
14
15
# TODO: need to fix this failing test
16
-@pytest.mark.xfail(strict=False)
+@pytest.mark.skip(reason="Results in random crashing of github action workers")
17
@pytest.mark.parametrize(
18
"model_name, texts, expected_tokens, expected_indices, expected_num_token_ids",
19
[
0 commit comments