From 9ea98fa716acde76deeac6324333199ce9f986a8 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Thu, 23 Apr 2020 13:14:22 +0300 Subject: [PATCH] chore: remove Android Emulator from CRON --- wct.conf.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wct.conf.js b/wct.conf.js index 7bc3684..ba4082f 100644 --- a/wct.conf.js +++ b/wct.conf.js @@ -53,12 +53,6 @@ module.exports = { ]; const cronPlatforms = [ - { - deviceName: 'Android GoogleAPI Emulator', - platformName: 'Android', - platformVersion: '8.1', - browserName: 'chrome' - }, 'iOS Simulator/ipad@12.2', 'iOS Simulator/iphone@10.3', 'Windows 10/chrome@latest',