Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: cmsis: Disable two cmsis portability tests on x86_64
These two tests are hitting a stack overflow on x86_64 (not entirely surprisingly), but can't just increase stack size because there is an assert in the CMSIS compatibility layer that stacks be under 512 bytes. Just disable for now. Signed-off-by: Andy Ross <[email protected]>
- Loading branch information