Skip to content

Commit

Permalink
Skipped test_download_charngram_vectors test (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Surkar authored Sep 12, 2024
1 parent 7a07318 commit ac18c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/open-ce-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ac18c84

Please sign in to comment.