Skip to content

Commit 40a0cbe

Browse files
committed
skip some tests that take a very long time
1 parent 0f45c09 commit 40a0cbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,9 @@ outputs:
473473
{% set skips = skips ~ " or test_matmul_offline_tunableop_cuda_float16" %} # [linux and cuda_compiler_version != "None"]
474474
# catastropic accuracy failure in convolution
475475
{% set skips = skips ~ " or test_Conv3d_1x1x1_no_bias_cuda" %} # [linux and cuda_compiler_version != "None"]
476+
# skip some very long-running groups of tests (~30 minutes total)
477+
{% set skips = skips ~ " or (test_gradgrad_nn_Transformer and _cuda_)" %} # [linux and cuda_compiler_version != "None"]
478+
{% set skips = skips ~ " or test_avg_pool3d_backward2" %} # [linux and cuda_compiler_version != "None"]
476479
# MKL problems
477480
{% set skips = skips ~ " or (TestLinalgCPU and test_inverse_errors_large_cpu)" %} # [linux and blas_impl == "mkl" and cuda_compiler_version != "None"]
478481
{% set skips = skips ~ " or test_reentrant_parent_error_on_cpu_cuda" %} # [linux and blas_impl == "mkl" and cuda_compiler_version != "None"]

0 commit comments

Comments
 (0)