From your description it definitely looks like it's an issue with running multiple tests in parallel. If you are using jest, you can use the --runInBand flag to run them all sequentially.
--runInBand