Skip to content

Commit 5ef3b1d

Browse files
committed
removing natural language classifier from integration tests
1 parent 27791b7 commit 5ef3b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_examples.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
# tests to exclude
1313
excludes = ['authorization_v1.py', 'concept_expansion_v1.py', 'alchemy_data_news_v1.py',
14-
'alchemy_language_v1.py', 'alchemy_vision_v1.py', 'relationship_extraction_v1_beta.py']
14+
'alchemy_language_v1.py', 'alchemy_vision_v1.py', 'relationship_extraction_v1_beta.py',
15+
'natural_language_classifier_v1.py']
1516

1617
# examples path. /examples
1718
examples_path = join(dirname(__file__), '../', 'examples', '*.py')

0 commit comments

Comments
 (0)