Mocha has a feature allowing to retry a test if it fails (which is almost the standard behaviour for some of our tests).
https://mochajs.org/#retry-tests
Adding that at a configuration level could spare us a lot of false-positives (and therefore, spare us frustration and time too).