mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
(From OE-Core rev: 5beb30cdf389490aa00f63a1c377680deb747bbc) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
252 B
Bash
8 lines
252 B
Bash
#!/bin/sh
|
|
|
|
# test_passing_large_list often causes an OOM, skip for now
|
|
|
|
# test_version verifies that versions match across the source tree, ignore
|
|
# as we don't have a source tree
|
|
pytest --automake -k 'not test_passing_large_list and not test_version'
|