Closed
Description
When running the Spring Boot build with ./gradlew build
, the EmbeddedMongoAutoConfigurationTests
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.