Open
Description
I disabled incompatible integration tests on ARM systems in #35229. They are annotated with org.springframework.boot.testsupport.junit.DisabledOnOs
. Review those tests to find a way to make them run on ARM machines.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
[-]Review integration tests on ARM machines[/-][+]Re-enable integration tests on ARM machines[/+]mhalbritter commentedon May 3, 2023
See #35234 and #35228
mhalbritter commentedon Apr 22, 2024
Reviewed those today, the docker images we're using don't have ARM support yet.
mhalbritter commentedon Mar 19, 2025
Docker images we use, which don't have ARM support:
bitnami/mongodb
gvenzl/oracle-xe
mcr.microsoft.com/mssql/server
spring-boot-cnb-test-builder:0.0.1
(once we are on noble buildpacks, this can be fixed)And two jetty tests are disabled on aarch64, as Conscrypt doesn't have arm64 support: google/conscrypt#1051
Use gvenzl/oracle-free:23.6-slim which has ARM64 support