When I run my complete tests: (command u), partway through, they hang. I'm not aware of any infinite loops or any other way this would be triggered.
While it appears to hang on testMatrixToCsv()
, when I comment out the body of this method, it still hangs.
When I ran each completed test individually, none of them caused a hang to occur. Two of the tests took slightly longer than the others. I commented out the bodies of those two tests, and I still encounter the infinite hang.
I am modifying a local csv, and reading it immediately after. I haven’t modified the boiler setup nor tear down code. There are no shared variables between tests that have internal nor public setter methods.
How can I begin to find the source of this hang?