Vulpix submits runnables to a thread pool in ParallelTesting.scala. These submissions generate futures which do not have an exception handler.
By doing .exceptionally we could add handlers for these. This would be useful for not foregoing any stacktraces that might be lost.