diff --git a/tests/open-ce-tests.yaml b/tests/open-ce-tests.yaml index bd0840e..a5f1fe0 100644 --- a/tests/open-ce-tests.yaml +++ b/tests/open-ce-tests.yaml @@ -13,6 +13,6 @@ tests: - name: Run TorchText tests command: | cd text - pytest -v --ignore='test/torchtext_unittest/prototype/test_with_asset.py' -k "not test_get_tokenizer_spacy and not test_download_glove_vectors and not test_vectors_get_vecs" test/torchtext_unittest + pytest -v --ignore='test/torchtext_unittest/prototype/test_with_asset.py' -k "not test_get_tokenizer_spacy and not test_download_glove_vectors and not test_vectors_get_vecs and not test_download_charngram_vectors" test/torchtext_unittest - name: Clean tests command: rm -rf text