Skip to content

Commit 592af12

Browse files
authored
Removing unnecesary browser downloads (#3103)
1 parent 8efe9c6 commit 592af12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulp-tasks/test-integration.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@ async function test_integration() {
113113

114114
logHelper.log(`Downloading browsers...`);
115115
const expiration = 24;
116+
// We are only running tests in stable, see bellow for reasons.
116117
await seleniumAssistant.downloadLocalBrowser('chrome', 'stable', expiration);
117-
await seleniumAssistant.downloadLocalBrowser('chrome', 'beta', expiration);
118118
await seleniumAssistant.downloadLocalBrowser('firefox', 'stable', expiration);
119-
await seleniumAssistant.downloadLocalBrowser('firefox', 'beta', expiration);
120119

121120
const packagesToTest = glob.sync(`test/${global.packageOrStar}/integration`);
122121
if (packagesToTest.length === 0) {

0 commit comments

Comments
 (0)