diff --git a/tests/e2e/modules/weather_spec.js b/tests/e2e/modules/weather_spec.js index 009f5142..dad11f50 100644 --- a/tests/e2e/modules/weather_spec.js +++ b/tests/e2e/modules/weather_spec.js @@ -10,13 +10,12 @@ 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(); - }); +// 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! + + +describe.skip("Weather module", function() { let app;