Got a response from the original repo environment test suite :
ENV['VAGRANT_NO_PARALLEL'] = 'yes'
Edit:
Well, unfortunately, I have to say that this is not an option. This seems to work for env where vagrant running, but not in Vagrantfile
$ VAGRANT_NO_PARALLEL=yes vagrant up - works
$ vagrant up with Vagrantfile containsint VAGRANT_NO_PARALLEL - does not work
source share