Currently it's impossible to disable parallelPosting for BlackBoxBoundedContext since it uses SystemSettings.defaults(). And by default for all environment except io.spine.base.Tests it will return SystemSettings with enabled parallel posting. As a result, you can't create your own test environments and use BlackBoxBoundedContext.
UPD. the issue has been addressed in 1.x-dev branch via #1495. We still need to address it in 2.x.