Skip to content

Commit d021662

Browse files
committed
WIP: remove test skips on windows
1 parent eaf9619 commit d021662

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

recipe/meta.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -465,21 +465,6 @@ outputs:
465465
# non-MKL problems
466466
{% 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"]
467467
{% set skips = skips ~ " or test_cublas_config_nondeterministic_alert_cuda " %} # [linux and blas_impl != "mkl" and cuda_compiler_version != "None"]
468-
# these tests are failing with low -n values
469-
{% set skips = skips ~ " or test_base_does_not_require_grad_mode_nothing" %}
470-
{% set skips = skips ~ " or test_base_does_not_require_grad_mode_warn" %}
471-
{% set skips = skips ~ " or test_composite_registered_to_cpu_mode_nothing" %}
472-
# these tests are failing on windows
473-
{% set skips = skips ~ " or (TestNN and test_Conv1d_dilated)" %} # [win]
474-
{% set skips = skips ~ " or (TestNN and test_Conv1d_pad_same_dilated)" %} # [win]
475-
{% set skips = skips ~ " or (TestNN and test_Conv2d_pad_same_dilated)" %} # [win]
476-
{% set skips = skips ~ " or (TestNN and test_Conv2d_padding)" %} # [win]
477-
{% set skips = skips ~ " or (TestNN and test_Conv2d_strided)" %} # [win]
478-
{% set skips = skips ~ " or (TestNN and test_Conv3d_dilated)" %} # [win]
479-
{% set skips = skips ~ " or (TestNN and test_Conv3d_dilated_strided)" %} # [win]
480-
{% set skips = skips ~ " or (TestNN and test_Conv3d_pad_same_dilated)" %} # [win]
481-
{% set skips = skips ~ " or (TestNN and test_Conv3d_stride)" %} # [win]
482-
{% set skips = skips ~ " or (TestNN and test_Conv3d_stride_padding)" %} # [win]
483468

484469
# the whole test suite takes forever, but we should get a good enough coverage
485470
# for potential packaging problems by running a fixed subset

0 commit comments

Comments
 (0)