Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/2778
Because 5145, the integration tests might not completely run if run as a
suite. I have verified that PutMongoRecordIT is not affected by 5145 and can be
run by itself with a Docker image of Mongo using defaults:
`docker run -d --name mongo -p 27017:27017 mongo:latest`---
