-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove Android Emulator from CRON
- Loading branch information
1 parent
20853d7
commit 9ea98fa
Showing
1 changed file
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,12 +53,6 @@ module.exports = { | |
]; | ||
|
||
const cronPlatforms = [ | ||
{ | ||
deviceName: 'Android GoogleAPI Emulator', | ||
platformName: 'Android', | ||
platformVersion: '8.1', | ||
browserName: 'chrome' | ||
}, | ||
'iOS Simulator/[email protected]', | ||
'iOS Simulator/[email protected]', | ||
'Windows 10/chrome@latest', | ||
|