Skip to content

Commit

Permalink
skip all fuzzing tests in emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 4, 2022
1 parent 0702c14 commit 73a889b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ requirements:
- zlib

{% set tests_to_skip = "_not_a_real_test" %}
# disable fuzz tests in emulation due to runtime
{% set tests_to_skip = tests_to_skip + "fuzz" %} # [build_platform != target_platform]
# the following needs a viewer which we don't have
{% set tests_to_skip = tests_to_skip + " (test_imageshow and test_show)" %} # [linux]

Expand Down

0 comments on commit 73a889b

Please sign in to comment.