Skip to content

Commit 277a9a7

Browse files
committed
Fix unit test filter update.
1 parent 8587287 commit 277a9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system():
2323
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
2424
EXCLUDE_FILTERS = [
25-
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm'
25+
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm',
2626
'*nfnet_f3*', '*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*'] + NON_STD_FILTERS
2727
else:
2828
EXCLUDE_FILTERS = NON_STD_FILTERS

0 commit comments

Comments
 (0)