Skip to content

Re-enable integration tests on ARM machines #35249

Open
@mhalbritter

Description

@mhalbritter

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.

Activity

added this to the 2.7.x milestone on May 3, 2023
changed the title [-]Review integration tests on ARM machines[/-] [+]Re-enable integration tests on ARM machines[/+] on May 3, 2023
mhalbritter

mhalbritter commented on May 3, 2023

@mhalbritter
ContributorAuthor

See #35234 and #35228

modified the milestones: 2.7.x, 3.1.x on Nov 8, 2023
mhalbritter

mhalbritter commented on Apr 22, 2024

@mhalbritter
ContributorAuthor

Reviewed those today, the docker images we're using don't have ARM support yet.

modified the milestones: 3.1.x, 3.2.x on May 20, 2024
modified the milestones: 3.2.x, 3.3.x on Nov 20, 2024
mhalbritter

mhalbritter commented on Mar 19, 2025

@mhalbritter
ContributorAuthor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @philwebb@wilkinsona@mhalbritter

        Issue actions

          Re-enable integration tests on ARM machines · Issue #35249 · spring-projects/spring-boot