Description
Upon the addition of new boards with low resources (mainly RAM, but also flash), few of our tests started failing on these boards. In order to prevent these CI failures, tests were modified to get skipped if these resources cannot be allocated. This solution is sub-optimal and adds overhead in our test code. We should think of a mechanism to distinguish such boards from the "normal" ones and exclude them from our CI, either altogether or partially.
Issue request type
[ ] Question
[x] Enhancement
[ ] Bug