'rasa test' complains test stories generated by Rasa X based on real conversation

I generated some test stories with Rasa X based on real conversation, and added them as my test conversations under test folder, however when I run ‘rasa test’, I still see some complains in the failed_test_stories.yml. Although, those predictions are not critical to me, some rasa default action types, but how do we eliminate these errors, since it’s generated by Rasa itself.rasa_test

Environment details: Rasa Version : 2.8.1 Rasa SDK Version : 2.8.1 Rasa X Version : 0.39.3 Python Version : 3.6.5

Policy we used: policies:

  • name: AugmentedMemoizationPolicy
  • name: TEDPolicy max_history: 5 epochs: 100
  • name: RulePolicy
  • name: FormPolicy