Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change running tests, on Windows, from Chrome to Firefox #9233

Closed

Conversation

Falke-Design
Copy link
Member

It looks like the failing tests are more a problem of Chrome then of Windows. So I changed the browser to Firefox.

Fixes: #9230
and supersedes: #9231

Comment on lines +21 to +22
{pattern: 'node_modules/ui-event-simulator/**/*.js', included: false, served: true},
{pattern: 'node_modules/prosthetic-hand/**/*.js', included: false, served: true},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why narrow this down? Also, doesn't prosthetic-hand include some assets that are not just JS?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied from @mourner #9231

@mourner
Copy link
Member

mourner commented Jan 29, 2024

Chrome on Windows is probably the most used browser, so it doesn't feel good to not test on it (and Firefox usage is dying out from the other side). Not sure how to proceed here... Ideally we'd try to figure out why Chrome/Win is failing on CI first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing Windows job on CI due to requestAnimFrame test
3 participants