Skip to content

Commit

Permalink
Skip single test for dlpack that requires cuda instead of all test_dl…
Browse files Browse the repository at this point in the history
…pack tests
  • Loading branch information
raulcd committed Jan 30, 2024
1 parent ba7979e commit 69e1182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ outputs:

{% set tests_to_skip = "_not_a_real_test" %}
# we do not have GPUs in CI --> cannot test cuda
{% set tests_to_skip = tests_to_skip + " or test_cuda" + " or test_dlpack"%}
{% set tests_to_skip = tests_to_skip + " or test_cuda" + " or test_dlpack_cuda_not_supported"%}
# skip tests that raise SIGINT and crash the test suite
{% set tests_to_skip = tests_to_skip + " or (test_csv and test_cancellation)" %} # [linux]
{% set tests_to_skip = tests_to_skip + " or (test_flight and test_interrupt)" %} # [linux]
Expand Down

0 comments on commit 69e1182

Please sign in to comment.