MycroftAI / skill-weather

Mycroft AI official Weather Skill, providing weather conditions and forecasts.
https://mycroft.ai/skills
Apache License 2.0
19 stars 59 forks source link

Tag failing tests with xfail #178

Closed krisgesling closed 3 years ago

krisgesling commented 3 years ago

Description

A small number of tests are currently failing in the Marketplace version of the Skill. This is blocking PR's to mycroft-core and mycroft-skills. This temporarily tags the tests as @xfail until they can be fixed.

Type of PR

Testing

mycroft-start vktest -t mycroft-weather --tags=~@xfail

CLA