fix(web): someone (me) accidentally left Web CI in a testing state

This commit is contained in:
jahorton 2020-02-20 15:02:12 +07:00
parent 0a8a964ce2
commit b18b3bfbf5

View file

@ -122,16 +122,10 @@ module.exports = function(config) {
/*
* Final selection of the sets to be used for BrowserStack testing.
*/
// var FINAL_LAUNCHER_DEFS = mergeLaunchers( CURRENT_ANDROID_LAUNCHERS,
// CURRENT_IOS_LAUNCHERS,
// CURRENT_WIN_LAUNCHERS,
// CURRENT_MAC_LAUNCHERS);
var FINAL_LAUNCHER_DEFS = mergeLaunchers(
{
bs_edge_win: CURRENT_WIN_LAUNCHERS.bs_edge_win
}
);
var FINAL_LAUNCHER_DEFS = mergeLaunchers( CURRENT_ANDROID_LAUNCHERS,
CURRENT_IOS_LAUNCHERS,
CURRENT_WIN_LAUNCHERS,
CURRENT_MAC_LAUNCHERS);
var FINAL_BROWSER_LIST = toBrowserList(FINAL_LAUNCHER_DEFS);