File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ echo "$(date) :: Starting tests for $package_type package for python$py_ver and
49
49
# those
50
50
tests_to_skip=()
51
51
52
- # TODO temporary line to fix next days nightlies, but should be removed when
53
- # issue is fixed
54
- tests_to_skip+=(' TestDTypeInfo' )
55
-
56
52
#
57
53
# Entire file exclusions
58
54
# #############################################################################
@@ -63,6 +59,10 @@ entire_file_exclusions=("-x")
63
59
# entire_fil_exclusions flag is only passed to the pytest run
64
60
entire_file_exclusions+=(" cpp_extensions" )
65
61
62
+ # TODO temporary line to fix next days nightlies, but should be removed when
63
+ # issue is fixed
64
+ entire_file_exclusions+=(' type_info' )
65
+
66
66
if [[ " $cuda_ver " == ' cpu' ]]; then
67
67
# test/test_cuda.py exits early if the installed torch is not built with
68
68
# CUDA, but the exit doesn't work when running with pytest, so pytest will
You can’t perform that action at this time.
0 commit comments