Mutex for Parallel execution

Did anyone of you already made progress on this?

Setting a mutex on my integration tests will allow me to run my build in parallel mode while the integration tests that depend on a single external server can performed sequentially.