Some tests in storj respository in scripts/tests/redis require stopping redis in the background to see how the system deals with redis going down.
An alternative would be to convert those tests to make it happen inside regular testsuite by implementing a custom listener and stopping that. This might be more beneficial, because it's easier to maintain.