Skip to content

Commit

Permalink
ci: replace platform linux with windows 11
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alan-agius4 committed Jan 21, 2025
1 parent d50788c commit bd2ab46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ exports.config = {
{
browserName: 'chrome',
version: '132',
platform: 'Linux',
platform: 'Windows 11',
tunnelIdentifier,
},
{
browserName: 'chrome',
version: '131',
platform: 'Linux',
platform: 'Windows 11',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '134',
platform: 'Linux',
platform: 'Windows 11',
tunnelIdentifier,
},
{
Expand Down

0 comments on commit bd2ab46

Please # to comment.