fix: Run examples serially (#7086)
### Description
We seem to be getting mysterious race conditions around running examples
tests in parallel. Switching them to serial execution
### Testing Instructions
<!--
Give a quick description of steps to test your changes.
-->
Closes TURBO-2136