Skip to content

Commit

Permalink
Delete the models tests to skip it.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Oct 29, 2021
1 parent 0d5b83c commit 7dd9450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ outputs:
# This test seems to just destroy the memory of the system.
{% set tests_to_skip = tests_to_skip + " or test_forward_backward" %}
{% set tests_to_skip = tests_to_skip + " or test_jit_forward_backward" %}
# 2021/10/29 hmaarrfk
# CIs do not have enough resources to run the full suite of model tests
- rm -f test/test_models.py # [unix]
- del /f test\test_models.py # [win]
- pytest --verbose -k "not ({{ tests_to_skip }})" test/

about:
Expand Down

0 comments on commit 7dd9450

Please sign in to comment.