Merge branch 'main' into 3.99

This commit is contained in:
Steve Gravrock
2021-05-18 17:07:34 -07:00
15 changed files with 465 additions and 150 deletions

View File

@@ -49,3 +49,7 @@ module.exports = {
}
}
};
if (process.env.SKIP_JASMINE_BROWSER_FLAKES === 'true') {
module.exports.helpers.push('helpers/disableBrowserFlakes.js');
}