test_resize_upsample_scales_cubic_align_corners_cpu is fixed (#12244)

This commit is contained in:
chenyu
2025-09-18 20:55:26 -04:00
committed by GitHub
parent 8d703a6369
commit a531a649fb

View File

@@ -557,8 +557,7 @@ jobs:
- name: Test Fuse
run: CL=1 RANGEIFY=2 python3 -m pytest --durations 20 test/test_softmax_fusion.py -k "not test_auto_softmax"
- name: Test ONNX
# test_resize_upsample_scales_cubic_align_corners_cpu timed out
run: CL=1 RANGEIFY=1 python -m pytest -n=auto test/external/external_test_onnx_backend.py -k "not test_resize_upsample_scales_cubic_align_corners_cpu" --durations=20
run: CL=1 RANGEIFY=1 python -m pytest -n=auto test/external/external_test_onnx_backend.py --durations=20
testdevectorize:
name: Linux (devectorize)