Skip to content

Commit 416ad1b

Browse files
committed
reinstate some skips
1 parent b199764 commit 416ad1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recipe/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ outputs:
434434

435435
{% set skips = "(TestTorch and test_print)" %}
436436
# minor tolerance violations
437+
{% set skips = skips ~ " or test_1_sized_with_0_strided_cpu_float32" %} # [osx]
437438
{% set skips = skips ~ " or test_batchnorm_nhwc_cpu" %} # [unix]
438439
# timeouts and failures on aarch, see https://github.com/conda-forge/pytorch-cpu-feedstock/pull/298#issuecomment-2555888508
439440
{% set skips = skips ~ " or test_pynode_destruction_deadlock" %} # [aarch64]
@@ -463,6 +464,10 @@ outputs:
463464
# non-MKL problems
464465
{% set skips = skips ~ " or test_cross_entropy_loss_2d_out_of_bounds_class_index_cuda" %} # [linux and blas_impl != "mkl" and cuda_compiler_version != "None"]
465466
{% set skips = skips ~ " or test_cublas_config_nondeterministic_alert_cuda " %} # [linux and blas_impl != "mkl" and cuda_compiler_version != "None"]
467+
# these tests are failing with low -n values
468+
{% set skips = skips ~ " or test_base_does_not_require_grad_mode_nothing" %}
469+
{% set skips = skips ~ " or test_base_does_not_require_grad_mode_warn" %}
470+
{% set skips = skips ~ " or test_composite_registered_to_cpu_mode_nothing" %}
466471
# these tests are failing on windows
467472
{% set skips = skips ~ " or (TestNN and test_Conv1d_dilated)" %} # [win]
468473
{% set skips = skips ~ " or (TestNN and test_Conv1d_pad_same_dilated)" %} # [win]

0 commit comments

Comments
 (0)