Closed joshfischer1108 closed 6 months ago
Guess it is more or less an upstream thing: https://github.com/SeleniumHQ/docker-selenium/issues/1076
Might be worth adding a profile which exclude those tests from being run on arm64, or to write a vustom JUnit 5 extension to disable them in OSX ARM, or to try Geckodriver, or to play with the timeouts.
Guess we can start with increasing timeouts or switching to Geckodriver (which should be arm ready from cross reading).
I'm looking at the test. Are these the timeouts? I've changed them to much higher values such as 100000
and the tests seem to timeout about the same time on my machine (which is around 27 seconds)
timeouts.put("implicit", 10000);
timeouts.put("pageLoad", 10000);
timeouts.put("script", 10000);
conf.put("selenium.timeouts", timeouts);
I forgot to add the link. Here is where I am looking
When compiling Stormcrawler from source on Apple Silicon we are hitting timeout issues in selenium tests due to emulation issues.
Steps to reproduce:
Using an Apple M3: From the top level directory run:
First we get this warning.
Then we get this error:
Then the error should appear