Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
5 changes: 1 addition & 4 deletions src/python/tests_extended/test_docs_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ def get_examples():

examples = []
for folder, name in folder_files:
if name in [
'__init__.py',
# Bug todo: CustomStopWordsRemover fails on ML.NET side
'NGramFeaturizer2.py']:
if name in ['__init__.py',]:
continue
# skip for all linux tests, mac is ok
if os.name == "posix" and platform.linux_distribution()[0] != '':
Expand Down