Skip to content

Commit ceaacf8

Browse files
authored
Merge pull request pytorch#178 from pjh5/temp_test_failure
Temp blacklist of failing new test
2 parents e2b35a6 + ef60d81 commit ceaacf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

run_tests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ echo "$(date) :: Starting tests for $package_type package for python$py_ver and
4949
# those
5050
tests_to_skip=()
5151

52-
# TODO temporary line to fix next days nightlies, but should be removed when
53-
# issue is fixed
54-
tests_to_skip+=('TestDTypeInfo')
55-
5652
#
5753
# Entire file exclusions
5854
##############################################################################
@@ -63,6 +59,10 @@ entire_file_exclusions=("-x")
6359
# entire_fil_exclusions flag is only passed to the pytest run
6460
entire_file_exclusions+=("cpp_extensions")
6561

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+
6666
if [[ "$cuda_ver" == 'cpu' ]]; then
6767
# test/test_cuda.py exits early if the installed torch is not built with
6868
# CUDA, but the exit doesn't work when running with pytest, so pytest will

0 commit comments

Comments
 (0)