Skip to content

Commit

Permalink
Skip all test_resize on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 22, 2024
1 parent 921e848 commit 93feb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ outputs:
{% set tests_to_skip = tests_to_skip + " or test_render_modes" %} # [aarch64]
# This test segfaults on aarch64, probably due to qemu,
# see https://github.com/conda-forge/gymnasium-feedstock/pull/41#issuecomment-2428944434
{% set tests_to_skip = tests_to_skip + " or test_resize_observation_wrapper" %} # [aarch64]
{% set tests_to_skip = tests_to_skip + " or test_resize" %} # [aarch64]
# atary test are skipped as we do not have atari ROMs in the CI
# See https://github.com/conda-forge/gymnasium-feedstock/pull/41#issuecomment-2404215826
- rm tests/wrappers/test_atari_preprocessing.py # [unix]
Expand Down

0 comments on commit 93feb06

Please sign in to comment.