File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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"]
You can’t perform that action at this time.
0 commit comments