Skip to content

Commit 71e319d

Browse files
committed
skip test_mutable_custom_op_fixed_layout everywhere
1 parent 051b686 commit 71e319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ outputs:
446446
{% set skips = skips ~ " or (TestAutograd and test_profiler_propagation)" %}
447447
# tests that fail due to resource clean-up issues (non-unique temporary libraries), see
448448
# https://github.com/conda-forge/pytorch-cpu-feedstock/pull/318#issuecomment-2620080859
449-
{% set skips = skips ~ " or test_mutable_custom_op_fixed_layout" %} # [cuda_compiler_version != "None"]
449+
{% set skips = skips ~ " or test_mutable_custom_op_fixed_layout" %}
450450
# trivial accuracy problems
451451
{% set skips = skips ~ " or test_BCELoss_weights_no_reduce_cuda" %} # [unix and cuda_compiler_version != "None"]
452452
{% set skips = skips ~ " or test_ctc_loss_cudnn_tensor_cuda " %} # [unix and cuda_compiler_version != "None"]

0 commit comments

Comments
 (0)