When running my unit tests, from time to time, even if they pass, at the end of all the tests running, I will get the following error.
On my Jenkins CI build running
In my case
I am using karma-parallel and when I updated the executors number it worked (don't know why)
karma-parallel
parallelOptions: { executors: 4, // Earlier it was 5 I have updated it to 4 and it worked shardStrategy: 'round-robin', ...... }