From 29f3ac065f369e01ed9de6ef2e5762fa3822e322 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Wed, 1 Jan 2020 19:03:32 +0100 Subject: [PATCH] Re-enable weather tests. --- tests/e2e/modules/weather_spec.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/e2e/modules/weather_spec.js b/tests/e2e/modules/weather_spec.js index 76327556..d6596587 100644 --- a/tests/e2e/modules/weather_spec.js +++ b/tests/e2e/modules/weather_spec.js @@ -11,13 +11,6 @@ const {generateWeather, generateWeatherForecast} = require("./mocks"); 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(); - }); - let app; helpers.setupTimeout(this);