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 ac6ddf4 commit 79ed458Copy full SHA for 79ed458
tests/nlu/featurizers/test_lm_featurizer.py
@@ -7,7 +7,7 @@
7
from rasa.nlu.constants import TEXT, DENSE_FEATURE_NAMES, INTENT
8
from rasa.nlu.training_data import Message
9
10
-
+@pytest.mark.skip(reason="Results in random crashing of github action workers")
11
@pytest.mark.parametrize(
12
"model_name, texts, expected_shape, expected_sequence_vec, expected_cls_vec",
13
[
0 commit comments