-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
Disable incompatible tests on Linux AArch64 #30082
Comments
They are now ignored on linux aarch64, too. |
@sbrannen Do you think it would be worth proposing an enhancement to JUnit that provides a built-in condition for enabling/disabling tests on particular OS architectures? |
We'll add it back again when we need it, and delay the naming issue. See gh-30082
Yes, I think it's worth opening an issue for the JUnit team to discuss. Related issue, though focusing on distributions instead of architectures: I think explicit support for architectures stands a better chance than explicit support for distributions, since I see the former as generally more useful/applicable. |
Thanks, Sam! |
These tests use embedded mongo under the hood. See gh-30082
This commit also updates related test support classes. See spring-projectsgh-30082
When running the Spring Boot build with
./gradlew build
, theEmbeddedMongoAutoConfigurationTests
fail all the time. This is because Embedded Mongo has no support for Linux aarch64 (See flapdoodle-oss/de.flapdoodle.embed.mongo#379).We should workaround this by disabling the tests if running on Linux aarch64.
The text was updated successfully, but these errors were encountered: