You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.