turn off added ut check on windows (#31660)

test_benchmark_ci
YUNSHEN XIE 4 years ago committed by GitHub
parent d9b50f664f
commit cdc5a55ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -265,7 +265,8 @@ class PRChecker(object):
'.cu'):
if f.find('test_') != -1 or f.find('_test') != -1:
print('PREC {} need check new ut'.format(f))
check_added_ut = True
if current_system != "Windows":
check_added_ut = True
elif self.is_only_comment(f):
ut_list.append('nomap_comment_placeholder')
else:

Loading…
Cancel
Save