From 03e6ca58ab4b0ed25ac8e3929da19fce64ac3541 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 29 Dec 2019 14:34:07 +0100 Subject: [PATCH] Link to issue. --- tests/e2e/modules/weather_spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/modules/weather_spec.js b/tests/e2e/modules/weather_spec.js index 50686571..76327556 100644 --- a/tests/e2e/modules/weather_spec.js +++ b/tests/e2e/modules/weather_spec.js @@ -12,6 +12,7 @@ const wait = () => new Promise(res => setTimeout(res, 3000)); describe("Weather module", function() { before(function() { + // See issue: https://github.com/MichMich/MagicMirror/issues/1840 // Skipping the weather tests for now since these seem to give issues. // Please send a PR if you know how to fix these. Thanks! this.skip();