Skip to content

Commit

Permalink
Fixed test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Surkar authored May 6, 2024
1 parent ead9fa6 commit a5c5a6b
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" 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" test/torchtext_unittest
- name: Clean tests
command: rm -rf text

0 comments on commit a5c5a6b

Please sign in to comment.