Skip to content

Commit bd2ab46

Browse files
committed
ci: replace platform linux with windows 11
For some reason it seems all Linux tests are failing ``` [15:25:13] I/testLogger - [chrome 132 Linux #1] PID: 17353 [chrome 132 Linux #1] Specs: /tmp/angular-cli-e2e-HZAJ55/e2e-test/test-project/e2e/src/app.e2e-spec.ts [chrome 132 Linux #1] [chrome 132 Linux #1] [15:24:49] I/sauce - Using SauceLabs selenium server at https://ondemand.saucelabs.com:443/wd/hub [chrome 132 Linux #1] Jasmine started [chrome 132 Linux #1] [15:25:10] E/protractor - Could not find Angular on page http://localhost:2000/ : retries looking for angular exceeded ``` https://github.com/angular/angular-cli/actions/runs/12890037755/job/35938861009 (cherry picked from commit e01b4f6)
1 parent d50788c commit bd2ab46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ exports.config = {
2222
{
2323
browserName: 'chrome',
2424
version: '132',
25-
platform: 'Linux',
25+
platform: 'Windows 11',
2626
tunnelIdentifier,
2727
},
2828
{
2929
browserName: 'chrome',
3030
version: '131',
31-
platform: 'Linux',
31+
platform: 'Windows 11',
3232
tunnelIdentifier,
3333
},
3434
{
3535
browserName: 'firefox',
3636
version: '134',
37-
platform: 'Linux',
37+
platform: 'Windows 11',
3838
tunnelIdentifier,
3939
},
4040
{

0 commit comments

Comments
 (0)