Skip to content

Commit 79ed458

Browse files
authored
Update test_lm_featurizer.py
1 parent ac6ddf4 commit 79ed458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nlu/featurizers/test_lm_featurizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from rasa.nlu.constants import TEXT, DENSE_FEATURE_NAMES, INTENT
88
from rasa.nlu.training_data import Message
99

10-
10+
@pytest.mark.skip(reason="Results in random crashing of github action workers")
1111
@pytest.mark.parametrize(
1212
"model_name, texts, expected_shape, expected_sequence_vec, expected_cls_vec",
1313
[

0 commit comments

Comments
 (0)