I think there may be a bug in the junit runner, referring to Pants v1.0.0
I have a test in Fsqio that makes db calls. It has started to fail CI, but not deterministically. When it does fail, it fails because it is running the test twice. I can make the test always pass by setting
parallel-threads
to 1. Has anyone seen this before?