mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Link to issue.
This commit is contained in:
parent
94c63b0554
commit
03e6ca58ab
@ -12,6 +12,7 @@ const wait = () => new Promise(res => setTimeout(res, 3000));
|
|||||||
|
|
||||||
describe("Weather module", function() {
|
describe("Weather module", function() {
|
||||||
before(function() {
|
before(function() {
|
||||||
|
// See issue: https://github.com/MichMich/MagicMirror/issues/1840
|
||||||
// Skipping the weather tests for now since these seem to give issues.
|
// Skipping the weather tests for now since these seem to give issues.
|
||||||
// Please send a PR if you know how to fix these. Thanks!
|
// Please send a PR if you know how to fix these. Thanks!
|
||||||
this.skip();
|
this.skip();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user