xref: /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cffi/run-ptest (revision 8460358c3d24c71d9d38fd126c745854a6301564)
1*8460358cSPatrick Williams#!/bin/sh
2*8460358cSPatrick Williams
3*8460358cSPatrick Williams# test_passing_large_list often causes an OOM, skip for now
4*8460358cSPatrick Williams
5*8460358cSPatrick Williams# test_version verifies that versions match across the source tree, ignore
6*8460358cSPatrick Williams# as we don't have a source tree
7*8460358cSPatrick Williamspytest --automake -k 'not test_passing_large_list and not test_version'
8